#322178

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

Shades of Persian Indigo #322178

Tints of Persian Indigo #322178

Color information

#322178 (or 0x322178) is unknown color: approx Persian Indigo. HEX triplet: 32, 21 and 78. RGB value is (50,33,120). Sum of RGB (Red+Green+Blue) = 50+33+120=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #322178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322178 is #CDDE87. Grayscale: #2F2F2F. Windows color (decimal): -13491848 or 7872818. OLE color: 7872818.

HSL color Cylindrical-coordinate representation of color #322178: hue angle of 251.72º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #322178 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5033120-
CMYK0.580.7200.53
HSL251.72º56.86%30%-
HSV(B)251.72º72.5%47.06%-
XYZ5.253.1218.1-
YUV48168.63129.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 120 (47.27% from 255) = 59.11%
R=24.63%
G=16.26%
B=59.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50331200.580.7200.53251.7256.8630
Hex3221783A48035fc391e
Octal6241170721100653747136
Binary1100101000011111000111010100100001101011111110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322178; }

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

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

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

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

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

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

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

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