Shades of Violent Violet #28174C
Tints of Violent Violet #28174C
RGB
CMYK
RGB Variations
Color information
#28174C (or 0x28174C) is known color: Violent Violet. HEX triplet: 28, 17 and 4C. RGB value is (40,23,76). Sum of RGB (Red+Green+Blue) = 40+23+76=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #28174C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28174C is #D7E8B3. Grayscale: #212121. Windows color (decimal): -14149812 or 4986664. OLE color: 4986664.
HSL color Cylindrical-coordinate representation of color #28174C: hue angle of 259.25º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28174C is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 23 | 76 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.70 |
| HSL | 259.25º | 0.54% | 0.19% | - |
| HSV(B) | 259.25º | 0.7% | 0.3% | - |
| XYZ | 2.49 | 1.59 | 7.01 | - |
| YUV | 34.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 76 | 0.47 | 0.70 | 0 | 0.70 | 259.25 | 0.54 | 0.19 |
| Hex | 28 | 17 | 4C | 2F | 46 | 0 | 46 | 103 | 36 | 13 |
| Octal | 50 | 27 | 114 | 57 | 106 | 0 | 106 | 403 | 66 | 23 |
| Binary | 101000 | 10111 | 1001100 | 101111 | 1000110 | 0 | 1000110 | 100000011 | 110110 | 10011 |
Color Harmonies of #28174C
Complementary color
Monochromatic Colors of #28174C
Black with #28174C
Text Example
Text Example
White with #28174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28174C; }
p { color: rgb(40,23,76); }
H1.HeaderClassName
{
color: #28174C;
}
.AnyTagClassName
{
color: #28174C;
}
</style>
background-color css
<style>
a { background-color: #28174C; }
a { background-color: rgb(40,23,76); }
div.DivClassName
{
background-color: #28174C;
}
.BgClassName
{
background-color: #28174C;
}
</style>
border-color css
<style>
span { border-color: #28174C; }
span { border-color: rgb(40,23,76); }
td.TdClassName
{
border-color: #28174C;
}
.TagClassName
{
border-color: #28174C;
}
</style>