#322476

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

Shades of Persian Indigo #322476

Tints of Persian Indigo #322476

Color information

#322476 (or 0x322476) is unknown color: approx Persian Indigo. HEX triplet: 32, 24 and 76. RGB value is (50,36,118). Sum of RGB (Red+Green+Blue) = 50+36+118=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #322476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322476 is #CDDB89. Grayscale: #313131. Windows color (decimal): -13491082 or 7742514. OLE color: 7742514.

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

Color convert

RGB5036118-
CMYK0.580.6900.54
HSL250.24º53.25%30.2%-
HSV(B)250.24º69.49%46.27%-
XYZ5.223.2517.49-
YUV49.53166.64128.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 118 (46.48% from 255) = 57.84%
R=24.51%
G=17.65%
B=57.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50361180.580.6900.54250.2453.2530.2
Hex3224763A45036fa351e
Octal6244166721050663726536
Binary1100101001001110110111010100010101101101111101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322476; }

 p { color: rgb(50,36,118); }

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

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

 a { background-color: rgb(50,36,118); }

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

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

 span { border-color: rgb(50,36,118); }

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