#14044A

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

Shades of Violent Violet #14044A

Tints of Violent Violet #14044A

Color information

#14044A (or 0x14044A) is unknown color: approx Violent Violet. HEX triplet: 14, 04 and 4A. RGB value is (20,4,74). Sum of RGB (Red+Green+Blue) = 20+4+74=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 74 (29.30% from 255 or 75.51% from 98); Max value from RGB is 74 - color contains mainly: blue. Hex color #14044A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14044A is #EBFBB5. Grayscale: #101010. Windows color (decimal): -15465398 or 4850708. OLE color: 4850708.

HSL color Cylindrical-coordinate representation of color #14044A: hue angle of 253.71º 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 #14044A is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB20474-
CMYK0.730.9500.71
HSL253.71º89.74%15.29%-
HSV(B)253.71º94.59%29.02%-
XYZ1.570.736.54-
YUV16.76160.3130.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.41%
GREEN value IS 4 (1.95% from 255) = 4.08%
BLUE value IS 74 (29.30% from 255) = 75.51%
R=20.41%
G=4.08%
B=75.51%

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
Decimal204740.730.9500.71253.7189.7415.29
Hex1444A495F047fe5af
Octal244112111137010737613217
Binary10100100100101010010011011111010001111111111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14044A; }

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

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

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

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

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

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

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

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