#211350

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

Shades of Violent Violet #211350

Tints of Violent Violet #211350

Color information

#211350 (or 0x211350) is unknown color: approx Violent Violet. HEX triplet: 21, 13 and 50. RGB value is (33,19,80). Sum of RGB (Red+Green+Blue) = 33+19+80=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 80 (31.64% from 255 or 60.61% from 132); Max value from RGB is 80 - color contains mainly: blue. Hex color #211350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211350 is #DEECAF. Grayscale: #1D1D1D. Windows color (decimal): -14609584 or 5247777. OLE color: 5247777.

HSL color Cylindrical-coordinate representation of color #211350: hue angle of 253.77º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211350 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB331980-
CMYK0.590.7600.69
HSL253.77º61.62%19.41%-
HSV(B)253.77º76.25%31.37%-
XYZ2.311.377.73-
YUV30.14156.14130.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 80 (31.64% from 255) = 60.61%
R=25%
G=14.39%
B=60.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3319800.590.7600.69253.7761.6219.41
Hex2113503B4C045fe3e13
Octal41231207311401053767623
Binary1000011001110100001110111001100010001011111111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211350; }

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

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

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

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

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

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

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

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