#37077C

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

Shades of Persian Indigo #37077C

Tints of Persian Indigo #37077C

Color information

#37077C (or 0x37077C) is unknown color: approx Persian Indigo. HEX triplet: 37, 07 and 7C. RGB value is (55,7,124). Sum of RGB (Red+Green+Blue) = 55+7+124=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 124 (48.83% from 255 or 66.67% from 186); Max value from RGB is 124 - color contains mainly: blue. Hex color #37077C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37077C is #C8F883. Grayscale: #222222. Windows color (decimal): -13170820 or 8128311. OLE color: 8128311.

HSL color Cylindrical-coordinate representation of color #37077C: hue angle of 264.62º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #37077C is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB557124-
CMYK0.560.9400.51
HSL264.62º89.31%25.69%-
HSV(B)264.62º94.35%48.63%-
XYZ5.292.4219.26-
YUV34.69178.4142.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.57%
GREEN value IS 7 (3.12% from 255) = 3.76%
BLUE value IS 124 (48.83% from 255) = 66.67%
R=29.57%
G=3.76%
B=66.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5571240.560.9400.51264.6289.3125.69
Hex3777C385E033109591a
Octal6771747013606341113132
Binary110111111111110011100010111100110011100001001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37077C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,7,124); }

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

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

 a { background-color: rgb(55,7,124); }

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

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

 span { border-color: rgb(55,7,124); }

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