#37087B

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

Shades of Persian Indigo #37087B

Tints of Persian Indigo #37087B

Color information

#37087B (or 0x37087B) is unknown color: approx Persian Indigo. HEX triplet: 37, 08 and 7B. RGB value is (55,8,123). Sum of RGB (Red+Green+Blue) = 55+8+123=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 123 (48.44% from 255 or 66.13% from 186); Max value from RGB is 123 - color contains mainly: blue. Hex color #37087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37087B is #C8F784. Grayscale: #222222. Windows color (decimal): -13170565 or 8063031. OLE color: 8063031.

HSL color Cylindrical-coordinate representation of color #37087B: hue angle of 264.52º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #37087B is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB558123-
CMYK0.550.9300.52
HSL264.52º87.79%25.69%-
HSV(B)264.52º93.5%48.24%-
XYZ5.242.4218.93-
YUV35.16177.57142.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.57%
GREEN value IS 8 (3.52% from 255) = 4.30%
BLUE value IS 123 (48.44% from 255) = 66.13%
R=29.57%
G=4.30%
B=66.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5581230.550.9300.52264.5287.7925.69
Hex3787B375D034109581a
Octal67101736713506441113032
Binary1101111000111101111011110111010110100100001001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37087B; }

 p { color: rgb(55,8,123); }

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

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

 a { background-color: rgb(55,8,123); }

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

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

 span { border-color: rgb(55,8,123); }

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