#211151

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

Shades of Violent Violet #211151

Tints of Violent Violet #211151

Color information

#211151 (or 0x211151) is unknown color: approx Violent Violet. HEX triplet: 21, 11 and 51. RGB value is (33,17,81). Sum of RGB (Red+Green+Blue) = 33+17+81=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #211151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211151 is #DEEEAE. Grayscale: #1C1C1C. Windows color (decimal): -14610095 or 5312801. OLE color: 5312801.

HSL color Cylindrical-coordinate representation of color #211151: hue angle of 255º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #211151 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB331781-
CMYK0.590.7900.68
HSL255º65.31%19.22%-
HSV(B)255º79.01%31.76%-
XYZ2.311.327.92-
YUV29.08157.3130.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 81 (32.03% from 255) = 61.83%
R=25.19%
G=12.98%
B=61.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3317810.590.7900.6825565.3119.22
Hex2111513B4F044ff4113
Octal412112173117010437710123
Binary10000110001101000111101110011110100010011111111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211151; }

 p { color: rgb(33,17,81); }

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

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

 a { background-color: rgb(33,17,81); }

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

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

 span { border-color: rgb(33,17,81); }

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