#332252

Color #332252 Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #332252

Tints of Violent Violet #332252

Color information

#332252 (or 0x332252) is unknown color: approx Violent Violet. HEX triplet: 33, 22 and 52. RGB value is (51,34,82). Sum of RGB (Red+Green+Blue) = 51+34+82=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #332252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332252 is #CCDDAD. Grayscale: #2C2C2C. Windows color (decimal): -13426094 or 5382707. OLE color: 5382707.

HSL color Cylindrical-coordinate representation of color #332252: hue angle of 261.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #332252 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB513482-
CMYK0.380.5900.68
HSL261.25º41.38%22.75%-
HSV(B)261.25º58.54%32.16%-
XYZ3.462.468.27-
YUV44.55149.13132.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.54%
GREEN value IS 34 (13.67% from 255) = 20.36%
BLUE value IS 82 (32.42% from 255) = 49.10%
R=30.54%
G=20.36%
B=49.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5134820.380.5900.68261.2541.3822.75
Hex332252263B0441052917
Octal6342122467301044055127
Binary11001110001010100101001101110110100010010000010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332252; }

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

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

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

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

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

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

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

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