#200E49

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

Shades of Violent Violet #200E49

Tints of Violent Violet #200E49

Color information

#200E49 (or 0x200E49) is unknown color: approx Violent Violet. HEX triplet: 20, 0E and 49. RGB value is (32,14,73). Sum of RGB (Red+Green+Blue) = 32+14+73=119 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.89% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 73 (28.91% from 255 or 61.34% from 119); Max value from RGB is 73 - color contains mainly: blue. Hex color #200E49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E49 is #DFF1B6. Grayscale: #191919. Windows color (decimal): -14676407 or 4787744. OLE color: 4787744.

HSL color Cylindrical-coordinate representation of color #200E49: hue angle of 258.31º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #200E49 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB321473-
CMYK0.560.8100.71
HSL258.31º67.82%17.06%-
HSV(B)258.31º80.82%28.63%-
XYZ1.961.16.41-
YUV26.11154.46132.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.89%
GREEN value IS 14 (5.86% from 255) = 11.76%
BLUE value IS 73 (28.91% from 255) = 61.34%
R=26.89%
G=11.76%
B=61.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3214730.560.8100.71258.3167.8217.06
Hex20E4938510471024411
Octal401611170121010740210421
Binary10000011101001001111000101000101000111100000010100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200E49; }

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

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

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

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

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

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

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

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