#371878

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

Shades of Persian Indigo #371878

Tints of Persian Indigo #371878

Color information

#371878 (or 0x371878) is unknown color: approx Persian Indigo. HEX triplet: 37, 18 and 78. RGB value is (55,24,120). Sum of RGB (Red+Green+Blue) = 55+24+120=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #371878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371878 is #C8E787. Grayscale: #2B2B2B. Windows color (decimal): -13166472 or 7870519. OLE color: 7870519.

HSL color Cylindrical-coordinate representation of color #371878: hue angle of 259.38º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #371878 is Cyan = 0.54, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5524120-
CMYK0.540.800.53
HSL259.38º66.67%28.24%-
HSV(B)259.38º80%47.06%-
XYZ5.292.8218.03-
YUV44.21170.77135.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.64%
GREEN value IS 24 (9.77% from 255) = 12.06%
BLUE value IS 120 (47.27% from 255) = 60.30%
R=27.64%
G=12.06%
B=60.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55241200.540.800.53259.3866.6728.24
Hex3718783650035103431c
Octal67301706612006540310334
Binary11011111000111100011011010100000110101100000011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371878; }

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

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

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

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

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

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

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

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