#15044A

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

Shades of Violent Violet #15044A

Tints of Violent Violet #15044A

Color information

#15044A (or 0x15044A) is unknown color: approx Violent Violet. HEX triplet: 15, 04 and 4A. RGB value is (21,4,74). Sum of RGB (Red+Green+Blue) = 21+4+74=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 74 (29.30% from 255 or 74.75% from 99); Max value from RGB is 74 - color contains mainly: blue. Hex color #15044A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15044A is #EAFBB5. Grayscale: #101010. Windows color (decimal): -15399862 or 4850709. OLE color: 4850709.

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

Color convert

RGB21474-
CMYK0.720.9500.71
HSL254.57º89.74%15.29%-
HSV(B)254.57º94.59%29.02%-
XYZ1.590.746.54-
YUV17.06160.13130.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.21%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 74 (29.30% from 255) = 74.75%
R=21.21%
G=4.04%
B=74.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal214740.720.9500.71254.5789.7415.29
Hex1544A485F047ff5af
Octal254112110137010737713217
Binary10101100100101010010001011111010001111111111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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