#15044C

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

Shades of Violent Violet #15044C

Tints of Violent Violet #15044C

Color information

#15044C (or 0x15044C) is unknown color: approx Violent Violet. HEX triplet: 15, 04 and 4C. RGB value is (21,4,76). Sum of RGB (Red+Green+Blue) = 21+4+76=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 76 (30.08% from 255 or 75.25% from 101); Max value from RGB is 76 - color contains mainly: blue. Hex color #15044C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15044C is #EAFBB3. Grayscale: #111111. Windows color (decimal): -15399860 or 4981781. OLE color: 4981781.

HSL color Cylindrical-coordinate representation of color #15044C: hue angle of 254.17º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15044C is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB21476-
CMYK0.720.9500.70
HSL254.17º90%15.69%-
HSV(B)254.17º94.74%29.8%-
XYZ1.660.776.9-
YUV17.29161.13130.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.79%
GREEN value IS 4 (1.95% from 255) = 3.96%
BLUE value IS 76 (30.08% from 255) = 75.25%
R=20.79%
G=3.96%
B=75.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal214760.720.9500.70254.179015.69
Hex1544C485F046fe5a10
Octal254114110137010637613220
Binary101011001001100100100010111110100011011111110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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