Shades of Violent Violet #28164E
Tints of Violent Violet #28164E
RGB
CMYK
RGB Variations
Color information
#28164E (or 0x28164E) is known color: Violent Violet. HEX triplet: 28, 16 and 4E. RGB value is (40,22,78). Sum of RGB (Red+Green+Blue) = 40+22+78=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #28164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28164E is #D7E9B1. Grayscale: #212121. Windows color (decimal): -14150066 or 5117480. OLE color: 5117480.
HSL color Cylindrical-coordinate representation of color #28164E: hue angle of 259.29º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28164E is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 22 | 78 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.69 |
| HSL | 259.29º | 0.56% | 0.2% | - |
| HSV(B) | 259.29º | 0.72% | 0.31% | - |
| XYZ | 2.54 | 1.57 | 7.38 | - |
| YUV | 33.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 22 | 78 | 0.49 | 0.72 | 0 | 0.69 | 259.29 | 0.56 | 0.2 |
| Hex | 28 | 16 | 4E | 31 | 48 | 0 | 45 | 103 | 38 | 14 |
| Octal | 50 | 26 | 116 | 61 | 110 | 0 | 105 | 403 | 70 | 24 |
| Binary | 101000 | 10110 | 1001110 | 110001 | 1001000 | 0 | 1000101 | 100000011 | 111000 | 10100 |
Color Harmonies of #28164E
Complementary color
Monochromatic Colors of #28164E
Black with #28164E
Text Example
Text Example
White with #28164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28164E; }
p { color: rgb(40,22,78); }
H1.HeaderClassName
{
color: #28164E;
}
.AnyTagClassName
{
color: #28164E;
}
</style>
background-color css
<style>
a { background-color: #28164E; }
a { background-color: rgb(40,22,78); }
div.DivClassName
{
background-color: #28164E;
}
.BgClassName
{
background-color: #28164E;
}
</style>
border-color css
<style>
span { border-color: #28164E; }
span { border-color: rgb(40,22,78); }
td.TdClassName
{
border-color: #28164E;
}
.TagClassName
{
border-color: #28164E;
}
</style>