Shades of Violent Violet #170B42
Tints of Violent Violet #170B42
RGB
CMYK
RGB Variations
Color information
#170B42 (or 0x170B42) is known color: Violent Violet. HEX triplet: 17, 0B and 42. RGB value is (23,11,66). Sum of RGB (Red+Green+Blue) = 23+11+66=100 (13% of max value = 765). Red value is 23 (9.38% from 255 or 23% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 66 (26.17% from 255 or 66% from 100); Max value from RGB is 66 - color contains mainly: blue. Hex color #170B42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170B42 is #E8F4BD. Grayscale: #141414. Windows color (decimal): -15267006 or 4328215. OLE color: 4328215.
HSL color Cylindrical-coordinate representation of color #170B42: hue angle of 253.09º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #170B42 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 11 | 66 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.74 |
| HSL | 253.09º | 0.71% | 0.15% | - |
| HSV(B) | 253.09º | 0.83% | 0.26% | - |
| XYZ | 1.46 | 0.81 | 5.23 | - |
| YUV | 20.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 66 | 0.65 | 0.83 | 0 | 0.74 | 253.09 | 0.71 | 0.15 |
| Hex | 17 | B | 42 | 41 | 53 | 0 | 4A | FD | 47 | F |
| Octal | 27 | 13 | 102 | 101 | 123 | 0 | 112 | 375 | 107 | 17 |
| Binary | 10111 | 1011 | 1000010 | 1000001 | 1010011 | 0 | 1001010 | 11111101 | 1000111 | 1111 |
Color Harmonies of #170B42
Complementary color
Monochromatic Colors of #170B42
Black with #170B42
Text Example
Text Example
White with #170B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170B42; }
p { color: rgb(23,11,66); }
H1.HeaderClassName
{
color: #170B42;
}
.AnyTagClassName
{
color: #170B42;
}
</style>
background-color css
<style>
a { background-color: #170B42; }
a { background-color: rgb(23,11,66); }
div.DivClassName
{
background-color: #170B42;
}
.BgClassName
{
background-color: #170B42;
}
</style>
border-color css
<style>
span { border-color: #170B42; }
span { border-color: rgb(23,11,66); }
td.TdClassName
{
border-color: #170B42;
}
.TagClassName
{
border-color: #170B42;
}
</style>