#140349

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

Shades of Violent Violet #140349

Tints of Violent Violet #140349

Color information

#140349 (or 0x140349) is unknown color: approx Violent Violet. HEX triplet: 14, 03 and 49. RGB value is (20,3,73). Sum of RGB (Red+Green+Blue) = 20+3+73=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 73 (28.91% from 255 or 76.04% from 96); Max value from RGB is 73 - color contains mainly: blue. Hex color #140349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140349 is #EBFCB6. Grayscale: #0F0F0F. Windows color (decimal): -15465655 or 4784916. OLE color: 4784916.

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

Color convert

RGB20373-
CMYK0.730.9600.71
HSL254.57º92.11%14.9%-
HSV(B)254.57º95.89%28.63%-
XYZ1.520.696.36-
YUV16.06160.13130.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 3 (1.56% from 255) = 3.12%
BLUE value IS 73 (28.91% from 255) = 76.04%
R=20.83%
G=3.12%
B=76.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal203730.730.9600.71254.5792.1114.9
Hex143494960047ff5cf
Octal243111111140010737713417
Binary1010011100100110010011100000010001111111111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140349; }

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

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

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

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

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

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

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

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