#371A85

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

Shades of Persian Indigo #371A85

Tints of Persian Indigo #371A85

Color information

#371A85 (or 0x371A85) is unknown color: approx Persian Indigo. HEX triplet: 37, 1A and 85. RGB value is (55,26,133). Sum of RGB (Red+Green+Blue) = 55+26+133=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #371A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371A85 is #C8E57A. Grayscale: #2E2E2E. Windows color (decimal): -13165947 or 8722999. OLE color: 8722999.

HSL color Cylindrical-coordinate representation of color #371A85: hue angle of 256.26º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #371A85 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5526133-
CMYK0.590.8000.48
HSL256.26º67.3%31.18%-
HSV(B)256.26º80.45%52.16%-
XYZ6.183.2422.49-
YUV46.87176.61133.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.70%
GREEN value IS 26 (10.55% from 255) = 12.15%
BLUE value IS 133 (52.34% from 255) = 62.15%
R=25.70%
G=12.15%
B=62.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55261330.590.8000.48256.2667.331.18
Hex371A853B50030100431f
Octal67322057312006040010337
Binary110111110101000010111101110100000110000100000000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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