#322192

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

Shades of Persian Indigo #322192

Tints of Persian Indigo #322192

Color information

#322192 (or 0x322192) is unknown color: approx Persian Indigo. HEX triplet: 32, 21 and 92. RGB value is (50,33,146). Sum of RGB (Red+Green+Blue) = 50+33+146=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #322192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322192 is #CDDE6D. Grayscale: #323232. Windows color (decimal): -13491822 or 9576754. OLE color: 9576754.

HSL color Cylindrical-coordinate representation of color #322192: hue angle of 249.03º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #322192 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5033146-
CMYK0.660.7700.43
HSL249.03º63.13%35.1%-
HSV(B)249.03º77.4%57.25%-
XYZ7.053.8427.56-
YUV50.96181.63127.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.83%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 146 (57.42% from 255) = 63.76%
R=21.83%
G=14.41%
B=63.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50331460.660.7700.43249.0363.1335.1
Hex322192424D02Bf93f23
Octal62412221021150533717743
Binary1100101000011001001010000101001101010101111111001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322192; }

 p { color: rgb(50,33,146); }

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

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

 a { background-color: rgb(50,33,146); }

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

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

 span { border-color: rgb(50,33,146); }

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