#371C85

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

Shades of Persian Indigo #371C85

Tints of Persian Indigo #371C85

Color information

#371C85 (or 0x371C85) is unknown color: approx Persian Indigo. HEX triplet: 37, 1C and 85. RGB value is (55,28,133). Sum of RGB (Red+Green+Blue) = 55+28+133=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #371C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371C85 is #C8E37A. Grayscale: #2F2F2F. Windows color (decimal): -13165435 or 8723511. OLE color: 8723511.

HSL color Cylindrical-coordinate representation of color #371C85: hue angle of 255.43º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #371C85 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5528133-
CMYK0.590.7900.48
HSL255.43º65.22%31.57%-
HSV(B)255.43º78.95%52.16%-
XYZ6.223.3422.51-
YUV48.04175.95132.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.46%
GREEN value IS 28 (11.33% from 255) = 12.96%
BLUE value IS 133 (52.34% from 255) = 61.57%
R=25.46%
G=12.96%
B=61.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55281330.590.7900.48255.4365.2231.57
Hex371C853B4F030ff4120
Octal67342057311706037710140
Binary110111111001000010111101110011110110000111111111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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