#370067

Color #370067 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #370067

Tints of Persian Indigo #370067

Color information

#370067 (or 0x370067) is unknown color: approx Persian Indigo. HEX triplet: 37, 00 and 67. RGB value is (55,0,103). Sum of RGB (Red+Green+Blue) = 55+0+103=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 103 (40.62% from 255 or 65.19% from 158); Max value from RGB is 103 - color contains mainly: blue. Hex color #370067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370067 is #C8FF98. Grayscale: #1B1B1B. Windows color (decimal): -13172633 or 6750263. OLE color: 6750263.

HSL color Cylindrical-coordinate representation of color #370067: hue angle of 272.04º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370067 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB550103-
CMYK0.47100.60
HSL272.04º100%20.2%-
HSV(B)272.04º100%40.39%-
XYZ4.021.7912.97-
YUV28.19170.22147.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 34.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 103 (40.62% from 255) = 65.19%
R=34.81%
G=0%
B=65.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5501030.47100.60272.0410020.2
Hex370672F6403C1106414
Octal6701475714407442014424
Binary1101110110011110111111001000111100100010000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370067; }

 p { color: rgb(55,0,103); }

 H1.HeaderClassName
 {
   color: #370067;
 }
 .AnyTagClassName
 {
   color: #370067;
 }
</style>
background-color css

<style>
 a { background-color: #370067; }

 a { background-color: rgb(55,0,103); }

 div.DivClassName
 {
   background-color: #370067;
 }
 .BgClassName
 {
   background-color: #370067;
 }
</style>
border-color css

<style>
 span { border-color: #370067; }

 span { border-color: rgb(55,0,103); }

 td.TdClassName
 {
   border-color: #370067;
 }
 .TagClassName
 {
   border-color: #370067;
 }
</style>