Shades of Violent Violet #28144D
Tints of Violent Violet #28144D
RGB
CMYK
RGB Variations
Color information
#28144D (or 0x28144D) is known color: Violent Violet. HEX triplet: 28, 14 and 4D. RGB value is (40,20,77). Sum of RGB (Red+Green+Blue) = 40+20+77=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #28144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28144D is #D7EBB2. Grayscale: #202020. Windows color (decimal): -14150579 or 5051432. OLE color: 5051432.
HSL color Cylindrical-coordinate representation of color #28144D: hue angle of 261.05º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28144D is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 20 | 77 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.70 |
| HSL | 261.05º | 0.59% | 0.19% | - |
| HSV(B) | 261.05º | 0.74% | 0.3% | - |
| XYZ | 2.46 | 1.49 | 7.18 | - |
| YUV | 32.48 | 153.13 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 77 | 0.48 | 0.74 | 0 | 0.70 | 261.05 | 0.59 | 0.19 |
| Hex | 28 | 14 | 4D | 30 | 4A | 0 | 46 | 105 | 3B | 13 |
| Octal | 50 | 24 | 115 | 60 | 112 | 0 | 106 | 405 | 73 | 23 |
| Binary | 101000 | 10100 | 1001101 | 110000 | 1001010 | 0 | 1000110 | 100000101 | 111011 | 10011 |
Color Harmonies of #28144D
Complementary color
Monochromatic Colors of #28144D
Black with #28144D
Text Example
Text Example
White with #28144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28144D; }
p { color: rgb(40,20,77); }
H1.HeaderClassName
{
color: #28144D;
}
.AnyTagClassName
{
color: #28144D;
}
</style>
background-color css
<style>
a { background-color: #28144D; }
a { background-color: rgb(40,20,77); }
div.DivClassName
{
background-color: #28144D;
}
.BgClassName
{
background-color: #28144D;
}
</style>
border-color css
<style>
span { border-color: #28144D; }
span { border-color: rgb(40,20,77); }
td.TdClassName
{
border-color: #28144D;
}
.TagClassName
{
border-color: #28144D;
}
</style>