#332448

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

Shades of Violent Violet #332448

Tints of Violent Violet #332448

Color information

#332448 (or 0x332448) is unknown color: approx Violent Violet. HEX triplet: 33, 24 and 48. RGB value is (51,36,72). Sum of RGB (Red+Green+Blue) = 51+36+72=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #332448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332448 is #CCDBB7. Grayscale: #2C2C2C. Windows color (decimal): -13425592 or 4727859. OLE color: 4727859.

HSL color Cylindrical-coordinate representation of color #332448: hue angle of 265º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #332448 is Cyan = 0.29, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB513672-
CMYK0.290.500.72
HSL265º33.33%21.18%-
HSV(B)265º50%28.24%-
XYZ3.172.436.43-
YUV44.59143.47132.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.08%
GREEN value IS 36 (14.45% from 255) = 22.64%
BLUE value IS 72 (28.52% from 255) = 45.28%
R=32.08%
G=22.64%
B=45.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5136720.290.500.7226533.3321.18
Hex3324481D320481092115
Octal6344110356201104114125
Binary1100111001001001000111011100100100100010000100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332448; }

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

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

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

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

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

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

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

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