#211441

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

Shades of Violent Violet #211441

Tints of Violent Violet #211441

Color information

#211441 (or 0x211441) is unknown color: approx Violent Violet. HEX triplet: 21, 14 and 41. RGB value is (33,20,65). Sum of RGB (Red+Green+Blue) = 33+20+65=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #211441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211441 is #DEEBBE. Grayscale: #1C1C1C. Windows color (decimal): -14609343 or 4264993. OLE color: 4264993.

HSL color Cylindrical-coordinate representation of color #211441: hue angle of 257.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #211441 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB332065-
CMYK0.490.6900.75
HSL257.33º52.94%16.67%-
HSV(B)257.33º69.23%25.49%-
XYZ1.831.215.14-
YUV29.02148.31130.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.97%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 65 (25.78% from 255) = 55.08%
R=27.97%
G=16.95%
B=55.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3320650.490.6900.75257.3352.9416.67
Hex211441314504B1013511
Octal41241016110501134016521
Binary10000110100100000111000110001010100101110000000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211441; }

 p { color: rgb(33,20,65); }

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

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

 a { background-color: rgb(33,20,65); }

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

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

 span { border-color: rgb(33,20,65); }

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