#371876

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

Shades of Persian Indigo #371876

Tints of Persian Indigo #371876

Color information

#371876 (or 0x371876) is unknown color: approx Persian Indigo. HEX triplet: 37, 18 and 76. RGB value is (55,24,118). Sum of RGB (Red+Green+Blue) = 55+24+118=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #371876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371876 is #C8E789. Grayscale: #2B2B2B. Windows color (decimal): -13166474 or 7739447. OLE color: 7739447.

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

Color convert

RGB5524118-
CMYK0.530.8000.54
HSL259.79º66.2%27.84%-
HSV(B)259.79º79.66%46.27%-
XYZ5.172.7717.4-
YUV43.98169.77135.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.92%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 118 (46.48% from 255) = 59.90%
R=27.92%
G=12.18%
B=59.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55241180.530.8000.54259.7966.227.84
Hex3718763550036104421c
Octal67301666512006640410234
Binary11011111000111011011010110100000110110100000100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371876; }

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

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

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

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

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

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

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

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