#15054D

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

Shades of Violent Violet #15054D

Tints of Violent Violet #15054D

Color information

#15054D (or 0x15054D) is unknown color: approx Violent Violet. HEX triplet: 15, 05 and 4D. RGB value is (21,5,77). Sum of RGB (Red+Green+Blue) = 21+5+77=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #15054D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15054D is #EAFAB2. Grayscale: #111111. Windows color (decimal): -15399603 or 5047573. OLE color: 5047573.

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

Color convert

RGB21577-
CMYK0.730.9400.70
HSL253.33º87.8%16.08%-
HSV(B)253.33º93.51%30.2%-
XYZ1.70.87.09-
YUV17.99161.3130.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.39%
GREEN value IS 5 (2.34% from 255) = 4.85%
BLUE value IS 77 (30.47% from 255) = 74.76%
R=20.39%
G=4.85%
B=74.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal215770.730.9400.70253.3387.816.08
Hex1554D495E046fd5810
Octal255115111136010637513020
Binary101011011001101100100110111100100011011111101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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