Shades of Violent Violet #28174B
Tints of Violent Violet #28174B
RGB
CMYK
RGB Variations
Color information
#28174B (or 0x28174B) is known color: Violent Violet. HEX triplet: 28, 17 and 4B. RGB value is (40,23,75). Sum of RGB (Red+Green+Blue) = 40+23+75=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 75 (29.69% from 255 or 54.35% from 138); Max value from RGB is 75 - color contains mainly: blue. Hex color #28174B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28174B is #D7E8B4. Grayscale: #212121. Windows color (decimal): -14149813 or 4921128. OLE color: 4921128.
HSL color Cylindrical-coordinate representation of color #28174B: hue angle of 259.62º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28174B is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 23 | 75 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.71 |
| HSL | 259.62º | 0.53% | 0.19% | - |
| HSV(B) | 259.62º | 0.69% | 0.29% | - |
| XYZ | 2.45 | 1.57 | 6.83 | - |
| YUV | 34.01 | 151.13 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 75 | 0.47 | 0.69 | 0 | 0.71 | 259.62 | 0.53 | 0.19 |
| Hex | 28 | 17 | 4B | 2F | 45 | 0 | 47 | 104 | 35 | 13 |
| Octal | 50 | 27 | 113 | 57 | 105 | 0 | 107 | 404 | 65 | 23 |
| Binary | 101000 | 10111 | 1001011 | 101111 | 1000101 | 0 | 1000111 | 100000100 | 110101 | 10011 |
Color Harmonies of #28174B
Complementary color
Monochromatic Colors of #28174B
Black with #28174B
Text Example
Text Example
White with #28174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28174B; }
p { color: rgb(40,23,75); }
H1.HeaderClassName
{
color: #28174B;
}
.AnyTagClassName
{
color: #28174B;
}
</style>
background-color css
<style>
a { background-color: #28174B; }
a { background-color: rgb(40,23,75); }
div.DivClassName
{
background-color: #28174B;
}
.BgClassName
{
background-color: #28174B;
}
</style>
border-color css
<style>
span { border-color: #28174B; }
span { border-color: rgb(40,23,75); }
td.TdClassName
{
border-color: #28174B;
}
.TagClassName
{
border-color: #28174B;
}
</style>