#37006F

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

Shades of Persian Indigo #37006F

Tints of Persian Indigo #37006F

Color information

#37006F (or 0x37006F) is unknown color: approx Persian Indigo. HEX triplet: 37, 00 and 6F. RGB value is (55,0,111). Sum of RGB (Red+Green+Blue) = 55+0+111=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 111 (43.75% from 255 or 66.87% from 166); Max value from RGB is 111 - color contains mainly: blue. Hex color #37006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37006F is #C8FF90. Grayscale: #1C1C1C. Windows color (decimal): -13172625 or 7274551. OLE color: 7274551.

HSL color Cylindrical-coordinate representation of color #37006F: hue angle of 269.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37006F is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB550111-
CMYK0.50100.56
HSL269.73º100%21.76%-
HSV(B)269.73º100%43.53%-
XYZ4.441.9615.18-
YUV29.1174.22146.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 66.87%
R=33.13%
G=0%
B=66.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5501110.50100.56269.7310021.76
Hex3706F326403810e6416
Octal6701576214407041614426
Binary1101110110111111001011001000111000100001110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37006F; }

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

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

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

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

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

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

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

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