#15034F

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

Shades of Violent Violet #15034F

Tints of Violent Violet #15034F

Color information

#15034F (or 0x15034F) is unknown color: approx Violent Violet. HEX triplet: 15, 03 and 4F. RGB value is (21,3,79). Sum of RGB (Red+Green+Blue) = 21+3+79=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 79 (31.25% from 255 or 76.70% from 103); Max value from RGB is 79 - color contains mainly: blue. Hex color #15034F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15034F is #EAFCB0. Grayscale: #101010. Windows color (decimal): -15400113 or 5178133. OLE color: 5178133.

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

Color convert

RGB21379-
CMYK0.730.9600.69
HSL254.21º92.68%16.08%-
HSV(B)254.21º96.2%30.98%-
XYZ1.750.797.46-
YUV17.05162.96130.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.39%
GREEN value IS 3 (1.56% from 255) = 2.91%
BLUE value IS 79 (31.25% from 255) = 76.70%
R=20.39%
G=2.91%
B=76.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal213790.730.9600.69254.2192.6816.08
Hex1534F4960045fe5d10
Octal253117111140010537613520
Binary10101111001111100100111000000100010111111110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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