#372195

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

Shades of Persian Indigo #372195

Tints of Persian Indigo #372195

Color information

#372195 (or 0x372195) is unknown color: approx Persian Indigo. HEX triplet: 37, 21 and 95. RGB value is (55,33,149). Sum of RGB (Red+Green+Blue) = 55+33+149=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #372195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372195 is #C8DE6A. Grayscale: #343434. Windows color (decimal): -13164139 or 9773367. OLE color: 9773367.

HSL color Cylindrical-coordinate representation of color #372195: hue angle of 251.38º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #372195 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5533149-
CMYK0.630.7800.42
HSL251.38º63.74%35.69%-
HSV(B)251.38º77.85%58.43%-
XYZ7.544.0728.82-
YUV52.8182.29129.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 149 (58.59% from 255) = 62.87%
R=23.21%
G=13.92%
B=62.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55331490.630.7800.42251.3863.7435.69
Hex3721953F4E02Afb4024
Octal67412257711605237310044
Binary1101111000011001010111111110011100101010111110111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372195; }

 p { color: rgb(55,33,149); }

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

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

 a { background-color: rgb(55,33,149); }

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

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

 span { border-color: rgb(55,33,149); }

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