#332749

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

Shades of Violent Violet #332749

Tints of Violent Violet #332749

Color information

#332749 (or 0x332749) is unknown color: approx Violent Violet. HEX triplet: 33, 27 and 49. RGB value is (51,39,73). Sum of RGB (Red+Green+Blue) = 51+39+73=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #332749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332749 is #CCD8B6. Grayscale: #2E2E2E. Windows color (decimal): -13424823 or 4794163. OLE color: 4794163.

HSL color Cylindrical-coordinate representation of color #332749: hue angle of 261.18º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #332749 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB513973-
CMYK0.300.4700.71
HSL261.18º30.36%21.96%-
HSV(B)261.18º46.58%28.63%-
XYZ3.292.646.64-
YUV46.46142.98131.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.29%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 73 (28.91% from 255) = 44.79%
R=31.29%
G=23.93%
B=44.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5139730.300.4700.71261.1830.3621.96
Hex3327491E2F0471051e16
Octal6347111365701074053626
Binary110011100111100100111110101111010001111000001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332749; }

 p { color: rgb(51,39,73); }

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

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

 a { background-color: rgb(51,39,73); }

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

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

 span { border-color: rgb(51,39,73); }

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