Shades of Violent Violet #170341
Tints of Violent Violet #170341
RGB
CMYK
RGB Variations
Color information
#170341 (or 0x170341) is known color: Violent Violet. HEX triplet: 17, 03 and 41. RGB value is (23,3,65). Sum of RGB (Red+Green+Blue) = 23+3+65=91 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25.27% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 65 (25.78% from 255 or 71.43% from 91); Max value from RGB is 65 - color contains mainly: blue. Hex color #170341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170341 is #E8FCBE. Grayscale: #0F0F0F. Windows color (decimal): -15269055 or 4260631. OLE color: 4260631.
HSL color Cylindrical-coordinate representation of color #170341: hue angle of 259.35º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #170341 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 3 | 65 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.75 |
| HSL | 259.35º | 0.91% | 0.13% | - |
| HSV(B) | 259.35º | 0.95% | 0.25% | - |
| XYZ | 1.34 | 0.63 | 5.05 | - |
| YUV | 16.05 | 155.63 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 3 | 65 | 0.65 | 0.95 | 0 | 0.75 | 259.35 | 0.91 | 0.13 |
| Hex | 17 | 3 | 41 | 41 | 5F | 0 | 4B | 103 | 5B | D |
| Octal | 27 | 3 | 101 | 101 | 137 | 0 | 113 | 403 | 133 | 15 |
| Binary | 10111 | 11 | 1000001 | 1000001 | 1011111 | 0 | 1001011 | 100000011 | 1011011 | 1101 |
Color Harmonies of #170341
Complementary color
Monochromatic Colors of #170341
Black with #170341
Text Example
Text Example
White with #170341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170341; }
p { color: rgb(23,3,65); }
H1.HeaderClassName
{
color: #170341;
}
.AnyTagClassName
{
color: #170341;
}
</style>
background-color css
<style>
a { background-color: #170341; }
a { background-color: rgb(23,3,65); }
div.DivClassName
{
background-color: #170341;
}
.BgClassName
{
background-color: #170341;
}
</style>
border-color css
<style>
span { border-color: #170341; }
span { border-color: rgb(23,3,65); }
td.TdClassName
{
border-color: #170341;
}
.TagClassName
{
border-color: #170341;
}
</style>