Shades of Violent Violet #17043E
Tints of Violent Violet #17043E
RGB
CMYK
RGB Variations
Color information
#17043E (or 0x17043E) is known color: Violent Violet. HEX triplet: 17, 04 and 3E. RGB value is (23,4,62). Sum of RGB (Red+Green+Blue) = 23+4+62=89 (11% of max value = 765). Red value is 23 (9.38% from 255 or 25.84% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 62 (24.61% from 255 or 69.66% from 89); Max value from RGB is 62 - color contains mainly: blue. Hex color #17043E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17043E is #E8FBC1. Grayscale: #101010. Windows color (decimal): -15268802 or 4064279. OLE color: 4064279.
HSL color Cylindrical-coordinate representation of color #17043E: hue angle of 259.66º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #17043E is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 4 | 62 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.76 |
| HSL | 259.66º | 0.88% | 0.13% | - |
| HSV(B) | 259.66º | 0.94% | 0.24% | - |
| XYZ | 1.27 | 0.62 | 4.61 | - |
| YUV | 16.29 | 153.79 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 62 | 0.63 | 0.94 | 0 | 0.76 | 259.66 | 0.88 | 0.13 |
| Hex | 17 | 4 | 3E | 3F | 5E | 0 | 4C | 104 | 58 | D |
| Octal | 27 | 4 | 76 | 77 | 136 | 0 | 114 | 404 | 130 | 15 |
| Binary | 10111 | 100 | 111110 | 111111 | 1011110 | 0 | 1001100 | 100000100 | 1011000 | 1101 |
Color Harmonies of #17043E
Complementary color
Monochromatic Colors of #17043E
Black with #17043E
Text Example
Text Example
White with #17043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17043E; }
p { color: rgb(23,4,62); }
H1.HeaderClassName
{
color: #17043E;
}
.AnyTagClassName
{
color: #17043E;
}
</style>
background-color css
<style>
a { background-color: #17043E; }
a { background-color: rgb(23,4,62); }
div.DivClassName
{
background-color: #17043E;
}
.BgClassName
{
background-color: #17043E;
}
</style>
border-color css
<style>
span { border-color: #17043E; }
span { border-color: rgb(23,4,62); }
td.TdClassName
{
border-color: #17043E;
}
.TagClassName
{
border-color: #17043E;
}
</style>