#371973

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

Shades of Persian Indigo #371973

Tints of Persian Indigo #371973

Color information

#371973 (or 0x371973) is unknown color: approx Persian Indigo. HEX triplet: 37, 19 and 73. RGB value is (55,25,115). Sum of RGB (Red+Green+Blue) = 55+25+115=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #371973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371973 is #C8E68C. Grayscale: #2B2B2B. Windows color (decimal): -13166221 or 7543095. OLE color: 7543095.

HSL color Cylindrical-coordinate representation of color #371973: hue angle of 260º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #371973 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5525115-
CMYK0.520.7800.55
HSL260º64.29%27.45%-
HSV(B)260º78.26%45.1%-
XYZ5.022.7516.49-
YUV44.23167.94135.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.21%
GREEN value IS 25 (10.16% from 255) = 12.82%
BLUE value IS 115 (45.31% from 255) = 58.97%
R=28.21%
G=12.82%
B=58.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55251150.520.7800.5526064.2927.45
Hex371973344E037104401b
Octal67311636411606740410033
Binary11011111001111001111010010011100110111100000100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371973; }

 p { color: rgb(55,25,115); }

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

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

 a { background-color: rgb(55,25,115); }

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

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

 span { border-color: rgb(55,25,115); }

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