#211746

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

Shades of Violent Violet #211746

Tints of Violent Violet #211746

Color information

#211746 (or 0x211746) is unknown color: approx Violent Violet. HEX triplet: 21, 17 and 46. RGB value is (33,23,70). Sum of RGB (Red+Green+Blue) = 33+23+70=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #211746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211746 is #DEE8B9. Grayscale: #1F1F1F. Windows color (decimal): -14608570 or 4593441. OLE color: 4593441.

HSL color Cylindrical-coordinate representation of color #211746: hue angle of 252.77º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211746 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB332370-
CMYK0.530.6700.73
HSL252.77º50.54%18.24%-
HSV(B)252.77º67.14%27.45%-
XYZ2.041.385.95-
YUV31.35149.81129.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.19%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 70 (27.73% from 255) = 55.56%
R=26.19%
G=18.25%
B=55.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3323700.530.6700.73252.7750.5418.24
Hex2117463543049fd3312
Octal41271066510301113756322
Binary1000011011110001101101011000011010010011111110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211746; }

 p { color: rgb(33,23,70); }

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

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

 a { background-color: rgb(33,23,70); }

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

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

 span { border-color: rgb(33,23,70); }

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