#332476

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

Shades of Persian Indigo #332476

Tints of Persian Indigo #332476

Color information

#332476 (or 0x332476) is unknown color: approx Persian Indigo. HEX triplet: 33, 24 and 76. RGB value is (51,36,118). Sum of RGB (Red+Green+Blue) = 51+36+118=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #332476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332476 is #CCDB89. Grayscale: #313131. Windows color (decimal): -13425546 or 7742515. OLE color: 7742515.

HSL color Cylindrical-coordinate representation of color #332476: hue angle of 250.98º 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 #332476 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5136118-
CMYK0.570.6900.54
HSL250.98º53.25%30.2%-
HSV(B)250.98º69.49%46.27%-
XYZ5.273.2717.49-
YUV49.83166.47128.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 118 (46.48% from 255) = 57.56%
R=24.88%
G=17.56%
B=57.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51361180.570.6900.54250.9853.2530.2
Hex3324763945036fb351e
Octal6344166711050663736536
Binary1100111001001110110111001100010101101101111101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332476; }

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

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

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

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

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

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

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

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