#371A89

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

Shades of Persian Indigo #371A89

Tints of Persian Indigo #371A89

Color information

#371A89 (or 0x371A89) is unknown color: approx Persian Indigo. HEX triplet: 37, 1A and 89. RGB value is (55,26,137). Sum of RGB (Red+Green+Blue) = 55+26+137=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #371A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371A89 is #C8E576. Grayscale: #2E2E2E. Windows color (decimal): -13165943 or 8985143. OLE color: 8985143.

HSL color Cylindrical-coordinate representation of color #371A89: hue angle of 255.68º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #371A89 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5526137-
CMYK0.600.8100.46
HSL255.68º68.1%31.96%-
HSV(B)255.68º81.02%53.73%-
XYZ6.463.3623.97-
YUV47.32178.61133.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 26 (10.55% from 255) = 11.93%
BLUE value IS 137 (53.91% from 255) = 62.84%
R=25.23%
G=11.93%
B=62.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55261370.600.8100.46255.6868.131.96
Hex371A893C5102E1004420
Octal67322117412105640010440
Binary1101111101010001001111100101000101011101000000001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,26,137); }

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

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

 a { background-color: rgb(55,26,137); }

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

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

 span { border-color: rgb(55,26,137); }

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