#332276

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

Shades of Persian Indigo #332276

Tints of Persian Indigo #332276

Color information

#332276 (or 0x332276) is unknown color: approx Persian Indigo. HEX triplet: 33, 22 and 76. RGB value is (51,34,118). Sum of RGB (Red+Green+Blue) = 51+34+118=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #332276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332276 is #CCDD89. Grayscale: #303030. Windows color (decimal): -13426058 or 7742003. OLE color: 7742003.

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

Color convert

RGB5134118-
CMYK0.570.7100.54
HSL252.14º55.26%29.8%-
HSV(B)252.14º71.19%46.27%-
XYZ5.213.1617.47-
YUV48.66167.13129.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.12%
GREEN value IS 34 (13.67% from 255) = 16.75%
BLUE value IS 118 (46.48% from 255) = 58.13%
R=25.12%
G=16.75%
B=58.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51341180.570.7100.54252.1455.2629.8
Hex3322763947036fc371e
Octal6342166711070663746736
Binary1100111000101110110111001100011101101101111110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332276; }

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

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

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

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

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

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

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

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