#332079

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

Shades of Persian Indigo #332079

Tints of Persian Indigo #332079

Color information

#332079 (or 0x332079) is unknown color: approx Persian Indigo. HEX triplet: 33, 20 and 79. RGB value is (51,32,121). Sum of RGB (Red+Green+Blue) = 51+32+121=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 121 (47.66% from 255 or 59.31% from 204); Max value from RGB is 121 - color contains mainly: blue. Hex color #332079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332079 is #CCDF86. Grayscale: #2F2F2F. Windows color (decimal): -13426567 or 7938099. OLE color: 7938099.

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

Color convert

RGB5132121-
CMYK0.580.7400.53
HSL252.81º58.17%30%-
HSV(B)252.81º73.55%47.45%-
XYZ5.333.1218.41-
YUV47.83169.29130.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25%
GREEN value IS 32 (12.89% from 255) = 15.69%
BLUE value IS 121 (47.66% from 255) = 59.31%
R=25%
G=15.69%
B=59.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51321210.580.7400.53252.8158.1730
Hex3320793A4A035fd3a1e
Octal6340171721120653757236
Binary1100111000001111001111010100101001101011111110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332079; }

 p { color: rgb(51,32,121); }

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

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

 a { background-color: rgb(51,32,121); }

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

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

 span { border-color: rgb(51,32,121); }

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