Shades of Violent Violet #231248
Tints of Violent Violet #231248
RGB
CMYK
RGB Variations
Color information
#231248 (or 0x231248) is known color: Violent Violet. HEX triplet: 23, 12 and 48. RGB value is (35,18,72). Sum of RGB (Red+Green+Blue) = 35+18+72=125 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #231248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231248 is #DCEDB7. Grayscale: #1D1D1D. Windows color (decimal): -14478776 or 4723235. OLE color: 4723235.
HSL color Cylindrical-coordinate representation of color #231248: hue angle of 258.89º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #231248 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 18 | 72 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.72 |
| HSL | 258.89º | 0.6% | 0.18% | - |
| HSV(B) | 258.89º | 0.75% | 0.28% | - |
| XYZ | 2.08 | 1.26 | 6.26 | - |
| YUV | 29.24 | 152.13 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 72 | 0.51 | 0.75 | 0 | 0.72 | 258.89 | 0.6 | 0.18 |
| Hex | 23 | 12 | 48 | 33 | 4B | 0 | 48 | 103 | 3C | 12 |
| Octal | 43 | 22 | 110 | 63 | 113 | 0 | 110 | 403 | 74 | 22 |
| Binary | 100011 | 10010 | 1001000 | 110011 | 1001011 | 0 | 1001000 | 100000011 | 111100 | 10010 |
Color Harmonies of #231248
Complementary color
Monochromatic Colors of #231248
Black with #231248
Text Example
Text Example
White with #231248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231248; }
p { color: rgb(35,18,72); }
H1.HeaderClassName
{
color: #231248;
}
.AnyTagClassName
{
color: #231248;
}
</style>
background-color css
<style>
a { background-color: #231248; }
a { background-color: rgb(35,18,72); }
div.DivClassName
{
background-color: #231248;
}
.BgClassName
{
background-color: #231248;
}
</style>
border-color css
<style>
span { border-color: #231248; }
span { border-color: rgb(35,18,72); }
td.TdClassName
{
border-color: #231248;
}
.TagClassName
{
border-color: #231248;
}
</style>