#371E78

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

Shades of Persian Indigo #371E78

Tints of Persian Indigo #371E78

Color information

#371E78 (or 0x371E78) is unknown color: approx Persian Indigo. HEX triplet: 37, 1E and 78. RGB value is (55,30,120). Sum of RGB (Red+Green+Blue) = 55+30+120=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #371E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371E78 is #C8E187. Grayscale: #2F2F2F. Windows color (decimal): -13164936 or 7872055. OLE color: 7872055.

HSL color Cylindrical-coordinate representation of color #371E78: hue angle of 256.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #371E78 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5530120-
CMYK0.540.7500.53
HSL256.67º60%29.41%-
HSV(B)256.67º75%47.06%-
XYZ5.433.118.08-
YUV47.74168.78133.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.83%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 120 (47.27% from 255) = 58.54%
R=26.83%
G=14.63%
B=58.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55301200.540.7500.53256.676029.41
Hex371E78364B0351013c1d
Octal6736170661130654017435
Binary1101111111011110001101101001011011010110000000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371E78; }

 p { color: rgb(55,30,120); }

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

<style>
 a { background-color: #371E78; }

 a { background-color: rgb(55,30,120); }

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

<style>
 span { border-color: #371E78; }

 span { border-color: rgb(55,30,120); }

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