#332948

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

Shades of Violent Violet #332948

Tints of Violent Violet #332948

Color information

#332948 (or 0x332948) is unknown color: approx Violent Violet. HEX triplet: 33, 29 and 48. RGB value is (51,41,72). Sum of RGB (Red+Green+Blue) = 51+41+72=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #332948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332948 is #CCD6B7. Grayscale: #2F2F2F. Windows color (decimal): -13424312 or 4729139. OLE color: 4729139.

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

Color convert

RGB514172-
CMYK0.290.4300.72
HSL259.35º27.43%22.16%-
HSV(B)259.35º43.06%28.24%-
XYZ3.332.766.49-
YUV47.52141.81130.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.10%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 72 (28.52% from 255) = 43.90%
R=31.10%
G=25%
B=43.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5141720.290.4300.72259.3527.4322.16
Hex3329481D2B0481031b16
Octal6351110355301104033326
Binary110011101001100100011101101011010010001000000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332948; }

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

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

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

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

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

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

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

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