#15034B

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

Shades of Violent Violet #15034B

Tints of Violent Violet #15034B

Color information

#15034B (or 0x15034B) is unknown color: approx Violent Violet. HEX triplet: 15, 03 and 4B. RGB value is (21,3,75). Sum of RGB (Red+Green+Blue) = 21+3+75=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 75 (29.69% from 255 or 75.76% from 99); Max value from RGB is 75 - color contains mainly: blue. Hex color #15034B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15034B is #EAFCB4. Grayscale: #101010. Windows color (decimal): -15400117 or 4915989. OLE color: 4915989.

HSL color Cylindrical-coordinate representation of color #15034B: hue angle of 255º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #15034B is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB21375-
CMYK0.720.9600.71
HSL255º92.31%15.29%-
HSV(B)255º96%29.41%-
XYZ1.610.736.71-
YUV16.59160.96131.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.21%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 75 (29.69% from 255) = 75.76%
R=21.21%
G=3.03%
B=75.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal213750.720.9600.7125592.3115.29
Hex1534B4860047ff5cf
Octal253113110140010737713417
Binary1010111100101110010001100000010001111111111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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