#371C90

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

Shades of Persian Indigo #371C90

Tints of Persian Indigo #371C90

Color information

#371C90 (or 0x371C90) is unknown color: approx Persian Indigo. HEX triplet: 37, 1C and 90. RGB value is (55,28,144). Sum of RGB (Red+Green+Blue) = 55+28+144=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #371C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371C90 is #C8E36F. Grayscale: #303030. Windows color (decimal): -13165424 or 9444407. OLE color: 9444407.

HSL color Cylindrical-coordinate representation of color #371C90: hue angle of 253.97º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #371C90 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5528144-
CMYK0.620.8100.44
HSL253.97º67.44%33.73%-
HSV(B)253.97º80.56%56.47%-
XYZ7.023.6626.72-
YUV49.3181.45132.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 28 (11.33% from 255) = 12.33%
BLUE value IS 144 (56.64% from 255) = 63.44%
R=24.23%
G=12.33%
B=63.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55281440.620.8100.44253.9767.4433.73
Hex371C903E5102Cfe4322
Octal67342207612105437610342
Binary110111111001001000011111010100010101100111111101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,28,144); }

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

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

 a { background-color: rgb(55,28,144); }

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

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

 span { border-color: rgb(55,28,144); }

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