#37026C

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

Shades of Persian Indigo #37026C

Tints of Persian Indigo #37026C

Color information

#37026C (or 0x37026C) is unknown color: approx Persian Indigo. HEX triplet: 37, 02 and 6C. RGB value is (55,2,108). Sum of RGB (Red+Green+Blue) = 55+2+108=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #37026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37026C is #C8FD93. Grayscale: #1D1D1D. Windows color (decimal): -13172116 or 7078455. OLE color: 7078455.

HSL color Cylindrical-coordinate representation of color #37026C: hue angle of 270º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #37026C is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB552108-
CMYK0.490.9800.58
HSL270º96.36%21.57%-
HSV(B)270º98.15%42.35%-
XYZ4.31.9414.33-
YUV29.93172.06145.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 108 (42.58% from 255) = 65.45%
R=33.33%
G=1.21%
B=65.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5521080.490.9800.5827096.3621.57
Hex3726C316203A10e6016
Octal6721546114207241614026
Binary11011110110110011000111000100111010100001110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37026C; }

 p { color: rgb(55,2,108); }

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

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

 a { background-color: rgb(55,2,108); }

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

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

 span { border-color: rgb(55,2,108); }

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