Shades of Violent Violet #170C41
Tints of Violent Violet #170C41
RGB
CMYK
RGB Variations
Color information
#170C41 (or 0x170C41) is known color: Violent Violet. HEX triplet: 17, 0C and 41. RGB value is (23,12,65). Sum of RGB (Red+Green+Blue) = 23+12+65=100 (13% of max value = 765). Red value is 23 (9.38% from 255 or 23% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 65 (25.78% from 255 or 65% from 100); Max value from RGB is 65 - color contains mainly: blue. Hex color #170C41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170C41 is #E8F3BE. Grayscale: #151515. Windows color (decimal): -15266751 or 4262935. OLE color: 4262935.
HSL color Cylindrical-coordinate representation of color #170C41: hue angle of 252.45º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #170C41 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 12 | 65 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.75 |
| HSL | 252.45º | 0.69% | 0.15% | - |
| HSV(B) | 252.45º | 0.82% | 0.25% | - |
| XYZ | 1.44 | 0.83 | 5.08 | - |
| YUV | 21.33 | 152.64 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 65 | 0.65 | 0.82 | 0 | 0.75 | 252.45 | 0.69 | 0.15 |
| Hex | 17 | C | 41 | 41 | 52 | 0 | 4B | FC | 45 | F |
| Octal | 27 | 14 | 101 | 101 | 122 | 0 | 113 | 374 | 105 | 17 |
| Binary | 10111 | 1100 | 1000001 | 1000001 | 1010010 | 0 | 1001011 | 11111100 | 1000101 | 1111 |
Color Harmonies of #170C41
Complementary color
Monochromatic Colors of #170C41
Black with #170C41
Text Example
Text Example
White with #170C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170C41; }
p { color: rgb(23,12,65); }
H1.HeaderClassName
{
color: #170C41;
}
.AnyTagClassName
{
color: #170C41;
}
</style>
background-color css
<style>
a { background-color: #170C41; }
a { background-color: rgb(23,12,65); }
div.DivClassName
{
background-color: #170C41;
}
.BgClassName
{
background-color: #170C41;
}
</style>
border-color css
<style>
span { border-color: #170C41; }
span { border-color: rgb(23,12,65); }
td.TdClassName
{
border-color: #170C41;
}
.TagClassName
{
border-color: #170C41;
}
</style>