#211240

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

Shades of Violent Violet #211240

Tints of Violent Violet #211240

Color information

#211240 (or 0x211240) is unknown color: approx Violent Violet. HEX triplet: 21, 12 and 40. RGB value is (33,18,64). Sum of RGB (Red+Green+Blue) = 33+18+64=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #211240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211240 is #DEEDBF. Grayscale: #1B1B1B. Windows color (decimal): -14609856 or 4198945. OLE color: 4198945.

HSL color Cylindrical-coordinate representation of color #211240: hue angle of 259.57º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #211240 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB331864-
CMYK0.480.7200.75
HSL259.57º56.1%16.08%-
HSV(B)259.57º71.88%25.1%-
XYZ1.771.134.97-
YUV27.73148.47131.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.70%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 64 (25.39% from 255) = 55.65%
R=28.70%
G=15.65%
B=55.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3318640.480.7200.75259.5756.116.08
Hex211240304804B1043810
Octal41221006011001134047020
Binary10000110010100000011000010010000100101110000010011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211240; }

 p { color: rgb(33,18,64); }

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

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

 a { background-color: rgb(33,18,64); }

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

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

 span { border-color: rgb(33,18,64); }

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