#372194

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

Shades of Persian Indigo #372194

Tints of Persian Indigo #372194

Color information

#372194 (or 0x372194) is unknown color: approx Persian Indigo. HEX triplet: 37, 21 and 94. RGB value is (55,33,148). Sum of RGB (Red+Green+Blue) = 55+33+148=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 148 (58.20% from 255 or 62.71% from 236); Max value from RGB is 148 - color contains mainly: blue. Hex color #372194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372194 is #C8DE6B. Grayscale: #343434. Windows color (decimal): -13164140 or 9707831. OLE color: 9707831.

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

Color convert

RGB5533148-
CMYK0.630.7800.42
HSL251.48º63.54%35.49%-
HSV(B)251.48º77.7%58.04%-
XYZ7.464.0428.4-
YUV52.69181.79129.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.31%
GREEN value IS 33 (13.28% from 255) = 13.98%
BLUE value IS 148 (58.20% from 255) = 62.71%
R=23.31%
G=13.98%
B=62.71%

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
Decimal55331480.630.7800.42251.4863.5435.49
Hex3721943F4E02Afb4023
Octal67412247711605237310043
Binary1101111000011001010011111110011100101010111110111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372194; }

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

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

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

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

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

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

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

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