#332479

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

Shades of Persian Indigo #332479

Tints of Persian Indigo #332479

Color information

#332479 (or 0x332479) is unknown color: approx Persian Indigo. HEX triplet: 33, 24 and 79. RGB value is (51,36,121). Sum of RGB (Red+Green+Blue) = 51+36+121=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 121 (47.66% from 255 or 58.17% from 208); Max value from RGB is 121 - color contains mainly: blue. Hex color #332479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332479 is #CCDB86. Grayscale: #313131. Windows color (decimal): -13425543 or 7939123. OLE color: 7939123.

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

Color convert

RGB5136121-
CMYK0.580.7000.53
HSL250.59º54.14%30.78%-
HSV(B)250.59º70.25%47.45%-
XYZ5.453.3518.45-
YUV50.18167.97128.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.52%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 121 (47.66% from 255) = 58.17%
R=24.52%
G=17.31%
B=58.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51361210.580.7000.53250.5954.1430.78
Hex3324793A46035fb361f
Octal6344171721060653736637
Binary1100111001001111001111010100011001101011111101111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332479; }

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

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

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

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

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

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

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

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