Shades of Violent Violet #28174D
Tints of Violent Violet #28174D
RGB
CMYK
RGB Variations
Color information
#28174D (or 0x28174D) is known color: Violent Violet. HEX triplet: 28, 17 and 4D. RGB value is (40,23,77). Sum of RGB (Red+Green+Blue) = 40+23+77=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #28174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28174D is #D7E8B2. Grayscale: #222222. Windows color (decimal): -14149811 or 5052200. OLE color: 5052200.
HSL color Cylindrical-coordinate representation of color #28174D: hue angle of 258.89º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28174D is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 23 | 77 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.70 |
| HSL | 258.89º | 0.54% | 0.2% | - |
| HSV(B) | 258.89º | 0.7% | 0.3% | - |
| XYZ | 2.52 | 1.6 | 7.2 | - |
| YUV | 34.24 | 152.13 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 77 | 0.48 | 0.70 | 0 | 0.70 | 258.89 | 0.54 | 0.2 |
| Hex | 28 | 17 | 4D | 30 | 46 | 0 | 46 | 103 | 36 | 14 |
| Octal | 50 | 27 | 115 | 60 | 106 | 0 | 106 | 403 | 66 | 24 |
| Binary | 101000 | 10111 | 1001101 | 110000 | 1000110 | 0 | 1000110 | 100000011 | 110110 | 10100 |
Color Harmonies of #28174D
Complementary color
Monochromatic Colors of #28174D
Black with #28174D
Text Example
Text Example
White with #28174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28174D; }
p { color: rgb(40,23,77); }
H1.HeaderClassName
{
color: #28174D;
}
.AnyTagClassName
{
color: #28174D;
}
</style>
background-color css
<style>
a { background-color: #28174D; }
a { background-color: rgb(40,23,77); }
div.DivClassName
{
background-color: #28174D;
}
.BgClassName
{
background-color: #28174D;
}
</style>
border-color css
<style>
span { border-color: #28174D; }
span { border-color: rgb(40,23,77); }
td.TdClassName
{
border-color: #28174D;
}
.TagClassName
{
border-color: #28174D;
}
</style>