Shades of Violent Violet #231249
Tints of Violent Violet #231249
RGB
CMYK
RGB Variations
Color information
#231249 (or 0x231249) is known color: Violent Violet. HEX triplet: 23, 12 and 49. RGB value is (35,18,73). Sum of RGB (Red+Green+Blue) = 35+18+73=126 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.78% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #231249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231249 is #DCEDB6. Grayscale: #1D1D1D. Windows color (decimal): -14478775 or 4788771. OLE color: 4788771.
HSL color Cylindrical-coordinate representation of color #231249: hue angle of 258.55º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #231249 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 18 | 73 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.71 |
| HSL | 258.55º | 0.6% | 0.18% | - |
| HSV(B) | 258.55º | 0.75% | 0.29% | - |
| XYZ | 2.11 | 1.27 | 6.44 | - |
| YUV | 29.35 | 152.63 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 73 | 0.52 | 0.75 | 0 | 0.71 | 258.55 | 0.6 | 0.18 |
| Hex | 23 | 12 | 49 | 34 | 4B | 0 | 47 | 103 | 3C | 12 |
| Octal | 43 | 22 | 111 | 64 | 113 | 0 | 107 | 403 | 74 | 22 |
| Binary | 100011 | 10010 | 1001001 | 110100 | 1001011 | 0 | 1000111 | 100000011 | 111100 | 10010 |
Color Harmonies of #231249
Complementary color
Monochromatic Colors of #231249
Black with #231249
Text Example
Text Example
White with #231249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231249; }
p { color: rgb(35,18,73); }
H1.HeaderClassName
{
color: #231249;
}
.AnyTagClassName
{
color: #231249;
}
</style>
background-color css
<style>
a { background-color: #231249; }
a { background-color: rgb(35,18,73); }
div.DivClassName
{
background-color: #231249;
}
.BgClassName
{
background-color: #231249;
}
</style>
border-color css
<style>
span { border-color: #231249; }
span { border-color: rgb(35,18,73); }
td.TdClassName
{
border-color: #231249;
}
.TagClassName
{
border-color: #231249;
}
</style>