#371879

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

Shades of Persian Indigo #371879

Tints of Persian Indigo #371879

Color information

#371879 (or 0x371879) is unknown color: approx Persian Indigo. HEX triplet: 37, 18 and 79. RGB value is (55,24,121). Sum of RGB (Red+Green+Blue) = 55+24+121=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #371879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371879 is #C8E786. Grayscale: #2B2B2B. Windows color (decimal): -13166471 or 7936055. OLE color: 7936055.

HSL color Cylindrical-coordinate representation of color #371879: hue angle of 259.18º 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 #371879 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5524121-
CMYK0.550.8000.53
HSL259.18º66.9%28.43%-
HSV(B)259.18º80.17%47.45%-
XYZ5.352.8518.36-
YUV44.33171.27135.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.5%
GREEN value IS 24 (9.77% from 255) = 12%
BLUE value IS 121 (47.66% from 255) = 60.5%
R=27.5%
G=12%
B=60.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55241210.550.8000.53259.1866.928.43
Hex3718793750035103431c
Octal67301716712006540310334
Binary11011111000111100111011110100000110101100000011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371879; }

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

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

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

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

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

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

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

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