Shades of Violent Violet #231049
Tints of Violent Violet #231049
RGB
CMYK
RGB Variations
Color information
#231049 (or 0x231049) is known color: Violent Violet. HEX triplet: 23, 10 and 49. RGB value is (35,16,73). Sum of RGB (Red+Green+Blue) = 35+16+73=124 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.23% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #231049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231049 is #DCEFB6. Grayscale: #1B1B1B. Windows color (decimal): -14479287 or 4788259. OLE color: 4788259.
HSL color Cylindrical-coordinate representation of color #231049: hue angle of 260º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #231049 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 16 | 73 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.71 |
| HSL | 260º | 0.64% | 0.17% | - |
| HSV(B) | 260º | 0.78% | 0.29% | - |
| XYZ | 2.08 | 1.21 | 6.43 | - |
| YUV | 28.18 | 153.29 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 73 | 0.52 | 0.78 | 0 | 0.71 | 260 | 0.64 | 0.17 |
| Hex | 23 | 10 | 49 | 34 | 4E | 0 | 47 | 104 | 40 | 11 |
| Octal | 43 | 20 | 111 | 64 | 116 | 0 | 107 | 404 | 100 | 21 |
| Binary | 100011 | 10000 | 1001001 | 110100 | 1001110 | 0 | 1000111 | 100000100 | 1000000 | 10001 |
Color Harmonies of #231049
Complementary color
Monochromatic Colors of #231049
Black with #231049
Text Example
Text Example
White with #231049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231049; }
p { color: rgb(35,16,73); }
H1.HeaderClassName
{
color: #231049;
}
.AnyTagClassName
{
color: #231049;
}
</style>
background-color css
<style>
a { background-color: #231049; }
a { background-color: rgb(35,16,73); }
div.DivClassName
{
background-color: #231049;
}
.BgClassName
{
background-color: #231049;
}
</style>
border-color css
<style>
span { border-color: #231049; }
span { border-color: rgb(35,16,73); }
td.TdClassName
{
border-color: #231049;
}
.TagClassName
{
border-color: #231049;
}
</style>