#332251

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

Shades of Violent Violet #332251

Tints of Violent Violet #332251

Color information

#332251 (or 0x332251) is unknown color: approx Violent Violet. HEX triplet: 33, 22 and 51. RGB value is (51,34,81). Sum of RGB (Red+Green+Blue) = 51+34+81=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #332251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332251 is #CCDDAE. Grayscale: #2C2C2C. Windows color (decimal): -13426095 or 5317171. OLE color: 5317171.

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

Color convert

RGB513481-
CMYK0.370.5800.68
HSL261.7º40.87%22.55%-
HSV(B)261.7º58.02%31.76%-
XYZ3.422.448.08-
YUV44.44148.63132.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.72%
GREEN value IS 34 (13.67% from 255) = 20.48%
BLUE value IS 81 (32.03% from 255) = 48.80%
R=30.72%
G=20.48%
B=48.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5134810.370.5800.68261.740.8722.55
Hex332251253A0441062917
Octal6342121457201044065127
Binary11001110001010100011001011110100100010010000011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332251; }

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

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

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

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

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

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

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

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