Shades of Violent Violet #231149
Tints of Violent Violet #231149
RGB
CMYK
RGB Variations
Color information
#231149 (or 0x231149) is known color: Violent Violet. HEX triplet: 23, 11 and 49. RGB value is (35,17,73). Sum of RGB (Red+Green+Blue) = 35+17+73=125 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #231149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231149 is #DCEEB6. Grayscale: #1C1C1C. Windows color (decimal): -14479031 or 4788515. OLE color: 4788515.
HSL color Cylindrical-coordinate representation of color #231149: hue angle of 259.29º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #231149 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 17 | 73 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.71 |
| HSL | 259.29º | 0.62% | 0.18% | - |
| HSV(B) | 259.29º | 0.77% | 0.29% | - |
| XYZ | 2.1 | 1.24 | 6.43 | - |
| YUV | 28.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 73 | 0.52 | 0.77 | 0 | 0.71 | 259.29 | 0.62 | 0.18 |
| Hex | 23 | 11 | 49 | 34 | 4D | 0 | 47 | 103 | 3E | 12 |
| Octal | 43 | 21 | 111 | 64 | 115 | 0 | 107 | 403 | 76 | 22 |
| Binary | 100011 | 10001 | 1001001 | 110100 | 1001101 | 0 | 1000111 | 100000011 | 111110 | 10010 |
Color Harmonies of #231149
Complementary color
Monochromatic Colors of #231149
Black with #231149
Text Example
Text Example
White with #231149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231149; }
p { color: rgb(35,17,73); }
H1.HeaderClassName
{
color: #231149;
}
.AnyTagClassName
{
color: #231149;
}
</style>
background-color css
<style>
a { background-color: #231149; }
a { background-color: rgb(35,17,73); }
div.DivClassName
{
background-color: #231149;
}
.BgClassName
{
background-color: #231149;
}
</style>
border-color css
<style>
span { border-color: #231149; }
span { border-color: rgb(35,17,73); }
td.TdClassName
{
border-color: #231149;
}
.TagClassName
{
border-color: #231149;
}
</style>