#201449

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

Shades of Violent Violet #201449

Tints of Violent Violet #201449

Color information

#201449 (or 0x201449) is unknown color: approx Violent Violet. HEX triplet: 20, 14 and 49. RGB value is (32,20,73). Sum of RGB (Red+Green+Blue) = 32+20+73=125 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.6% from 125); Green value is 20 (8.20% from 255 or 16% 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 #201449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201449 is #DFEBB6. Grayscale: #1D1D1D. Windows color (decimal): -14674871 or 4789280. OLE color: 4789280.

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

Color convert

RGB322073-
CMYK0.560.7300.71
HSL253.58º56.99%18.24%-
HSV(B)253.58º72.6%28.63%-
XYZ2.051.296.44-
YUV29.63152.48129.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.6%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 73 (28.91% from 255) = 58.4%
R=25.6%
G=16%
B=58.4%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3220730.560.7300.71253.5856.9918.24
Hex2014493849047fe3912
Octal40241117011101073767122
Binary1000001010010010011110001001001010001111111111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201449; }

 p { color: rgb(32,20,73); }

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

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

 a { background-color: rgb(32,20,73); }

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

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

 span { border-color: rgb(32,20,73); }

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