#15034D

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

Shades of Violent Violet #15034D

Tints of Violent Violet #15034D

Color information

#15034D (or 0x15034D) is unknown color: approx Violent Violet. HEX triplet: 15, 03 and 4D. RGB value is (21,3,77). Sum of RGB (Red+Green+Blue) = 21+3+77=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 77 (30.47% from 255 or 76.24% from 101); Max value from RGB is 77 - color contains mainly: blue. Hex color #15034D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15034D is #EAFCB2. Grayscale: #101010. Windows color (decimal): -15400115 or 5047061. OLE color: 5047061.

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

Color convert

RGB21377-
CMYK0.730.9600.70
HSL254.59º92.5%15.69%-
HSV(B)254.59º96.1%30.2%-
XYZ1.680.767.08-
YUV16.82161.96130.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.79%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 77 (30.47% from 255) = 76.24%
R=20.79%
G=2.97%
B=76.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal213770.730.9600.70254.5992.515.69
Hex1534D4960046ff5c10
Octal253115111140010637713420
Binary10101111001101100100111000000100011011111111101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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