#371874

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

Shades of Persian Indigo #371874

Tints of Persian Indigo #371874

Color information

#371874 (or 0x371874) is unknown color: approx Persian Indigo. HEX triplet: 37, 18 and 74. RGB value is (55,24,116). Sum of RGB (Red+Green+Blue) = 55+24+116=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 116 (45.70% from 255 or 59.49% from 195); Max value from RGB is 116 - color contains mainly: blue. Hex color #371874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371874 is #C8E78B. Grayscale: #2B2B2B. Windows color (decimal): -13166476 or 7608375. OLE color: 7608375.

HSL color Cylindrical-coordinate representation of color #371874: hue angle of 260.22º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #371874 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5524116-
CMYK0.530.7900.55
HSL260.22º65.71%27.45%-
HSV(B)260.22º79.31%45.49%-
XYZ5.052.7316.78-
YUV43.76168.77136.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.21%
GREEN value IS 24 (9.77% from 255) = 12.31%
BLUE value IS 116 (45.70% from 255) = 59.49%
R=28.21%
G=12.31%
B=59.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55241160.530.7900.55260.2265.7127.45
Hex371874354F037104421b
Octal67301646511706740410233
Binary11011111000111010011010110011110110111100000100100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371874; }

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

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

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

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

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

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

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

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