#221146

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

Shades of Violent Violet #221146

Tints of Violent Violet #221146

Color information

#221146 (or 0x221146) is unknown color: approx Violent Violet. HEX triplet: 22, 11 and 46. RGB value is (34,17,70). Sum of RGB (Red+Green+Blue) = 34+17+70=121 (16% of max value = 765). Red value is 34 (13.67% from 255 or 28.10% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 70 (27.73% from 255 or 57.85% from 121); Max value from RGB is 70 - color contains mainly: blue. Hex color #221146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221146 is #DDEEB9. Grayscale: #1B1B1B. Windows color (decimal): -14544570 or 4591906. OLE color: 4591906.

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

Color convert

RGB341770-
CMYK0.510.7600.73
HSL259.25º60.92%17.06%-
HSV(B)259.25º75.71%27.45%-
XYZ1.971.185.92-
YUV28.12151.63132.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.10%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 70 (27.73% from 255) = 57.85%
R=28.10%
G=14.05%
B=57.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3417700.510.7600.73259.2560.9217.06
Hex221146334C0491033d11
Octal42211066311401114037521
Binary10001010001100011011001110011000100100110000001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221146; }

 p { color: rgb(34,17,70); }

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

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

 a { background-color: rgb(34,17,70); }

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

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

 span { border-color: rgb(34,17,70); }

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