#322177

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

Shades of Persian Indigo #322177

Tints of Persian Indigo #322177

Color information

#322177 (or 0x322177) is unknown color: approx Persian Indigo. HEX triplet: 32, 21 and 77. RGB value is (50,33,119). Sum of RGB (Red+Green+Blue) = 50+33+119=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #322177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322177 is #CDDE88. Grayscale: #2F2F2F. Windows color (decimal): -13491849 or 7807282. OLE color: 7807282.

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

Color convert

RGB5033119-
CMYK0.580.7200.53
HSL251.86º56.58%29.8%-
HSV(B)251.86º72.27%46.67%-
XYZ5.193.117.78-
YUV47.89168.13129.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 33 (13.28% from 255) = 16.34%
BLUE value IS 119 (46.88% from 255) = 58.91%
R=24.75%
G=16.34%
B=58.91%

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
Decimal50331190.580.7200.53251.8656.5829.8
Hex3221773A48035fc391e
Octal6241167721100653747136
Binary1100101000011110111111010100100001101011111110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322177; }

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

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

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

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

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

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

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

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