#332B48

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

Shades of Violent Violet #332B48

Tints of Violent Violet #332B48

Color information

#332B48 (or 0x332B48) is unknown color: approx Violent Violet. HEX triplet: 33, 2B and 48. RGB value is (51,43,72). Sum of RGB (Red+Green+Blue) = 51+43+72=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #332B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332B48 is #CCD4B7. Grayscale: #303030. Windows color (decimal): -13423800 or 4729651. OLE color: 4729651.

HSL color Cylindrical-coordinate representation of color #332B48: hue angle of 256.55º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #332B48 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB514372-
CMYK0.290.4000.72
HSL256.55º25.22%22.55%-
HSV(B)256.55º40.28%28.24%-
XYZ3.42.96.51-
YUV48.7141.15129.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.72%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 72 (28.52% from 255) = 43.37%
R=30.72%
G=25.90%
B=43.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5143720.290.4000.72256.5525.2222.55
Hex332B481D280481011917
Octal6353110355001104013127
Binary110011101011100100011101101000010010001000000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332B48; }

 p { color: rgb(51,43,72); }

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

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

 a { background-color: rgb(51,43,72); }

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

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

 span { border-color: rgb(51,43,72); }

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