#322377

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

Shades of Persian Indigo #322377

Tints of Persian Indigo #322377

Color information

#322377 (or 0x322377) is unknown color: approx Persian Indigo. HEX triplet: 32, 23 and 77. RGB value is (50,35,119). Sum of RGB (Red+Green+Blue) = 50+35+119=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #322377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322377 is #CDDC88. Grayscale: #303030. Windows color (decimal): -13491337 or 7807794. OLE color: 7807794.

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

Color convert

RGB5035119-
CMYK0.580.7100.53
HSL250.71º54.55%30.2%-
HSV(B)250.71º70.59%46.67%-
XYZ5.253.2117.8-
YUV49.06167.47128.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 119 (46.88% from 255) = 58.33%
R=24.51%
G=17.16%
B=58.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50351190.580.7100.53250.7154.5530.2
Hex3223773A47035fb371e
Octal6243167721070653736736
Binary1100101000111110111111010100011101101011111101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322377; }

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

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

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

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

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

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

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

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