#211349

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

Shades of Violent Violet #211349

Tints of Violent Violet #211349

Color information

#211349 (or 0x211349) is unknown color: approx Violent Violet. HEX triplet: 21, 13 and 49. RGB value is (33,19,73). Sum of RGB (Red+Green+Blue) = 33+19+73=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #211349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211349 is #DEECB6. Grayscale: #1D1D1D. Windows color (decimal): -14609591 or 4789025. OLE color: 4789025.

HSL color Cylindrical-coordinate representation of color #211349: hue angle of 255.56º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #211349 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB331973-
CMYK0.550.7400.71
HSL255.56º58.7%18.04%-
HSV(B)255.56º73.97%28.63%-
XYZ2.061.276.44-
YUV29.34152.64130.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.4%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 73 (28.91% from 255) = 58.4%
R=26.4%
G=15.2%
B=58.4%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3319730.550.7400.71255.5658.718.04
Hex211349374A0471003b12
Octal41231116711201074007322
Binary10000110011100100111011110010100100011110000000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211349; }

 p { color: rgb(33,19,73); }

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

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

 a { background-color: rgb(33,19,73); }

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

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

 span { border-color: rgb(33,19,73); }

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