Shades of Violent Violet #28194B
Tints of Violent Violet #28194B
RGB
CMYK
RGB Variations
Color information
#28194B (or 0x28194B) is known color: Violent Violet. HEX triplet: 28, 19 and 4B. RGB value is (40,25,75). Sum of RGB (Red+Green+Blue) = 40+25+75=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #28194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28194B is #D7E6B4. Grayscale: #232323. Windows color (decimal): -14149301 or 4921640. OLE color: 4921640.
HSL color Cylindrical-coordinate representation of color #28194B: hue angle of 258º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28194B is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 25 | 75 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.71 |
| HSL | 258º | 0.5% | 0.2% | - |
| HSV(B) | 258º | 0.67% | 0.29% | - |
| XYZ | 2.49 | 1.65 | 6.84 | - |
| YUV | 35.19 | 150.47 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 75 | 0.47 | 0.67 | 0 | 0.71 | 258 | 0.5 | 0.2 |
| Hex | 28 | 19 | 4B | 2F | 43 | 0 | 47 | 102 | 32 | 14 |
| Octal | 50 | 31 | 113 | 57 | 103 | 0 | 107 | 402 | 62 | 24 |
| Binary | 101000 | 11001 | 1001011 | 101111 | 1000011 | 0 | 1000111 | 100000010 | 110010 | 10100 |
Color Harmonies of #28194B
Complementary color
Monochromatic Colors of #28194B
Black with #28194B
Text Example
Text Example
White with #28194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28194B; }
p { color: rgb(40,25,75); }
H1.HeaderClassName
{
color: #28194B;
}
.AnyTagClassName
{
color: #28194B;
}
</style>
background-color css
<style>
a { background-color: #28194B; }
a { background-color: rgb(40,25,75); }
div.DivClassName
{
background-color: #28194B;
}
.BgClassName
{
background-color: #28194B;
}
</style>
border-color css
<style>
span { border-color: #28194B; }
span { border-color: rgb(40,25,75); }
td.TdClassName
{
border-color: #28194B;
}
.TagClassName
{
border-color: #28194B;
}
</style>