#15054E

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

Shades of Violent Violet #15054E

Tints of Violent Violet #15054E

Color information

#15054E (or 0x15054E) is unknown color: approx Violent Violet. HEX triplet: 15, 05 and 4E. RGB value is (21,5,78). Sum of RGB (Red+Green+Blue) = 21+5+78=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 78 (30.86% from 255 or 75% from 104); Max value from RGB is 78 - color contains mainly: blue. Hex color #15054E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15054E is #EAFAB1. Grayscale: #111111. Windows color (decimal): -15399602 or 5113109. OLE color: 5113109.

HSL color Cylindrical-coordinate representation of color #15054E: hue angle of 253.15º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #15054E is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB21578-
CMYK0.730.9400.69
HSL253.15º87.95%16.27%-
HSV(B)253.15º93.59%30.59%-
XYZ1.740.827.27-
YUV18.11161.8130.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.19%
GREEN value IS 5 (2.34% from 255) = 4.81%
BLUE value IS 78 (30.86% from 255) = 75%
R=20.19%
G=4.81%
B=75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal215780.730.9400.69253.1587.9516.27
Hex1554E495E045fd5810
Octal255116111136010537513020
Binary101011011001110100100110111100100010111111101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15054E; }

 p { color: rgb(21,5,78); }

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

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

 a { background-color: rgb(21,5,78); }

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

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

 span { border-color: rgb(21,5,78); }

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