#371CA2

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

Shades of Persian Indigo #371CA2

Tints of Persian Indigo #371CA2

Color information

#371CA2 (or 0x371CA2) is unknown color: approx Persian Indigo. HEX triplet: 37, 1C and A2. RGB value is (55,28,162). Sum of RGB (Red+Green+Blue) = 55+28+162=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 162 (63.67% from 255 or 66.12% from 245); Max value from RGB is 162 - color contains mainly: blue. Hex color #371CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371CA2 is #C8E35D. Grayscale: #323232. Windows color (decimal): -13165406 or 10624055. OLE color: 10624055.

HSL color Cylindrical-coordinate representation of color #371CA2: hue angle of 252.09º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #371CA2 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5528162-
CMYK0.660.8300.36
HSL252.09º70.53%37.25%-
HSV(B)252.09º82.72%63.53%-
XYZ8.514.2534.55-
YUV51.35190.45130.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 28 (11.33% from 255) = 11.43%
BLUE value IS 162 (63.67% from 255) = 66.12%
R=22.45%
G=11.43%
B=66.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal55281620.660.8300.36252.0970.5337.25
Hex371CA24253024fc4725
Octal673424210212304437410745
Binary1101111110010100010100001010100110100100111111001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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