#37077D

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

Shades of Persian Indigo #37077D

Tints of Persian Indigo #37077D

Color information

#37077D (or 0x37077D) is unknown color: approx Persian Indigo. HEX triplet: 37, 07 and 7D. RGB value is (55,7,125). Sum of RGB (Red+Green+Blue) = 55+7+125=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #37077D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37077D is #C8F882. Grayscale: #222222. Windows color (decimal): -13170819 or 8193847. OLE color: 8193847.

HSL color Cylindrical-coordinate representation of color #37077D: hue angle of 264.41º 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 #37077D is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB557125-
CMYK0.560.9400.51
HSL264.41º89.39%25.88%-
HSV(B)264.41º94.4%49.02%-
XYZ5.352.4419.59-
YUV34.8178.9142.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.41%
GREEN value IS 7 (3.12% from 255) = 3.74%
BLUE value IS 125 (49.22% from 255) = 66.84%
R=29.41%
G=3.74%
B=66.84%

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
Decimal5571250.560.9400.51264.4189.3925.88
Hex3777D385E033108591a
Octal6771757013606341013132
Binary110111111111110111100010111100110011100001000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37077D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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