Shades of Violent Violet #28154D
Tints of Violent Violet #28154D
RGB
CMYK
RGB Variations
Color information
#28154D (or 0x28154D) is known color: Violent Violet. HEX triplet: 28, 15 and 4D. RGB value is (40,21,77). Sum of RGB (Red+Green+Blue) = 40+21+77=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #28154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28154D is #D7EAB2. Grayscale: #202020. Windows color (decimal): -14150323 or 5051688. OLE color: 5051688.
HSL color Cylindrical-coordinate representation of color #28154D: hue angle of 260.36º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28154D is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 21 | 77 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.70 |
| HSL | 260.36º | 0.57% | 0.19% | - |
| HSV(B) | 260.36º | 0.73% | 0.3% | - |
| XYZ | 2.48 | 1.52 | 7.18 | - |
| YUV | 33.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 77 | 0.48 | 0.73 | 0 | 0.70 | 260.36 | 0.57 | 0.19 |
| Hex | 28 | 15 | 4D | 30 | 49 | 0 | 46 | 104 | 39 | 13 |
| Octal | 50 | 25 | 115 | 60 | 111 | 0 | 106 | 404 | 71 | 23 |
| Binary | 101000 | 10101 | 1001101 | 110000 | 1001001 | 0 | 1000110 | 100000100 | 111001 | 10011 |
Color Harmonies of #28154D
Complementary color
Monochromatic Colors of #28154D
Black with #28154D
Text Example
Text Example
White with #28154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28154D; }
p { color: rgb(40,21,77); }
H1.HeaderClassName
{
color: #28154D;
}
.AnyTagClassName
{
color: #28154D;
}
</style>
background-color css
<style>
a { background-color: #28154D; }
a { background-color: rgb(40,21,77); }
div.DivClassName
{
background-color: #28154D;
}
.BgClassName
{
background-color: #28154D;
}
</style>
border-color css
<style>
span { border-color: #28154D; }
span { border-color: rgb(40,21,77); }
td.TdClassName
{
border-color: #28154D;
}
.TagClassName
{
border-color: #28154D;
}
</style>