Shades of Violent Violet #15043D
Tints of Violent Violet #15043D
RGB
CMYK
RGB Variations
Color information
#15043D (or 0x15043D) is known color: Violent Violet. HEX triplet: 15, 04 and 3D. RGB value is (21,4,61). Sum of RGB (Red+Green+Blue) = 21+4+61=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 61 (24.22% from 255 or 70.93% from 86); Max value from RGB is 61 - color contains mainly: blue. Hex color #15043D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15043D is #EAFBC2. Grayscale: #0F0F0F. Windows color (decimal): -15399875 or 3998741. OLE color: 3998741.
HSL color Cylindrical-coordinate representation of color #15043D: hue angle of 257.89º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #15043D is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 4 | 61 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.76 |
| HSL | 257.89º | 0.88% | 0.13% | - |
| HSV(B) | 257.89º | 0.93% | 0.24% | - |
| XYZ | 1.19 | 0.58 | 4.46 | - |
| YUV | 15.58 | 153.63 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 61 | 0.66 | 0.93 | 0 | 0.76 | 257.89 | 0.88 | 0.13 |
| Hex | 15 | 4 | 3D | 42 | 5D | 0 | 4C | 102 | 58 | D |
| Octal | 25 | 4 | 75 | 102 | 135 | 0 | 114 | 402 | 130 | 15 |
| Binary | 10101 | 100 | 111101 | 1000010 | 1011101 | 0 | 1001100 | 100000010 | 1011000 | 1101 |
Color Harmonies of #15043D
Complementary color
Monochromatic Colors of #15043D
Black with #15043D
Text Example
Text Example
White with #15043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15043D; }
p { color: rgb(21,4,61); }
H1.HeaderClassName
{
color: #15043D;
}
.AnyTagClassName
{
color: #15043D;
}
</style>
background-color css
<style>
a { background-color: #15043D; }
a { background-color: rgb(21,4,61); }
div.DivClassName
{
background-color: #15043D;
}
.BgClassName
{
background-color: #15043D;
}
</style>
border-color css
<style>
span { border-color: #15043D; }
span { border-color: rgb(21,4,61); }
td.TdClassName
{
border-color: #15043D;
}
.TagClassName
{
border-color: #15043D;
}
</style>