#211049

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

Shades of Violent Violet #211049

Tints of Violent Violet #211049

Color information

#211049 (or 0x211049) is unknown color: approx Violent Violet. HEX triplet: 21, 10 and 49. RGB value is (33,16,73). Sum of RGB (Red+Green+Blue) = 33+16+73=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #211049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211049 is #DEEFB6. Grayscale: #1B1B1B. Windows color (decimal): -14610359 or 4788257. OLE color: 4788257.

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

Color convert

RGB331673-
CMYK0.550.7800.71
HSL257.89º64.04%17.45%-
HSV(B)257.89º78.08%28.63%-
XYZ2.021.176.42-
YUV27.58153.63131.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.05%
GREEN value IS 16 (6.64% from 255) = 13.11%
BLUE value IS 73 (28.91% from 255) = 59.84%
R=27.05%
G=13.11%
B=59.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3316730.550.7800.71257.8964.0417.45
Hex211049374E0471024011
Octal412011167116010740210021
Binary100001100001001001110111100111001000111100000010100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211049; }

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

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

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

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

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

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

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

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