#140449

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

Shades of Violent Violet #140449

Tints of Violent Violet #140449

Color information

#140449 (or 0x140449) is unknown color: approx Violent Violet. HEX triplet: 14, 04 and 49. RGB value is (20,4,73). Sum of RGB (Red+Green+Blue) = 20+4+73=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 73 (28.91% from 255 or 75.26% from 97); Max value from RGB is 73 - color contains mainly: blue. Hex color #140449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140449 is #EBFBB6. Grayscale: #101010. Windows color (decimal): -15465399 or 4785172. OLE color: 4785172.

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

Color convert

RGB20473-
CMYK0.730.9500.71
HSL253.91º89.61%15.1%-
HSV(B)253.91º94.52%28.63%-
XYZ1.530.726.36-
YUV16.65159.8130.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.62%
GREEN value IS 4 (1.95% from 255) = 4.12%
BLUE value IS 73 (28.91% from 255) = 75.26%
R=20.62%
G=4.12%
B=75.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal204730.730.9500.71253.9189.6115.1
Hex14449495F047fe5af
Octal244111111137010737613217
Binary10100100100100110010011011111010001111111111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140449; }

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

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

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

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

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

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

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

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