#221249

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

Shades of Violent Violet #221249

Tints of Violent Violet #221249

Color information

#221249 (or 0x221249) is unknown color: approx Violent Violet. HEX triplet: 22, 12 and 49. RGB value is (34,18,73). Sum of RGB (Red+Green+Blue) = 34+18+73=125 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.2% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #221249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221249 is #DDEDB6. Grayscale: #1C1C1C. Windows color (decimal): -14544311 or 4788770. OLE color: 4788770.

HSL color Cylindrical-coordinate representation of color #221249: hue angle of 257.45º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #221249 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB341873-
CMYK0.530.7500.71
HSL257.45º60.44%17.84%-
HSV(B)257.45º75.34%28.63%-
XYZ2.081.256.44-
YUV29.05152.8131.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 27.2%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 73 (28.91% from 255) = 58.4%
R=27.2%
G=14.4%
B=58.4%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3418730.530.7500.71257.4560.4417.84
Hex221249354B0471013c12
Octal42221116511301074017422
Binary10001010010100100111010110010110100011110000000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221249; }

 p { color: rgb(34,18,73); }

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

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

 a { background-color: rgb(34,18,73); }

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

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

 span { border-color: rgb(34,18,73); }

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