Shades of Violent Violet #231048
Tints of Violent Violet #231048
RGB
CMYK
RGB Variations
Color information
#231048 (or 0x231048) is known color: Violent Violet. HEX triplet: 23, 10 and 48. RGB value is (35,16,72). Sum of RGB (Red+Green+Blue) = 35+16+72=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #231048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231048 is #DCEFB7. Grayscale: #1B1B1B. Windows color (decimal): -14479288 or 4722723. OLE color: 4722723.
HSL color Cylindrical-coordinate representation of color #231048: hue angle of 260.36º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #231048 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 16 | 72 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.72 |
| HSL | 260.36º | 0.64% | 0.17% | - |
| HSV(B) | 260.36º | 0.78% | 0.28% | - |
| XYZ | 2.05 | 1.2 | 6.25 | - |
| YUV | 28.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 72 | 0.51 | 0.78 | 0 | 0.72 | 260.36 | 0.64 | 0.17 |
| Hex | 23 | 10 | 48 | 33 | 4E | 0 | 48 | 104 | 40 | 11 |
| Octal | 43 | 20 | 110 | 63 | 116 | 0 | 110 | 404 | 100 | 21 |
| Binary | 100011 | 10000 | 1001000 | 110011 | 1001110 | 0 | 1001000 | 100000100 | 1000000 | 10001 |
Color Harmonies of #231048
Complementary color
Monochromatic Colors of #231048
Black with #231048
Text Example
Text Example
White with #231048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231048; }
p { color: rgb(35,16,72); }
H1.HeaderClassName
{
color: #231048;
}
.AnyTagClassName
{
color: #231048;
}
</style>
background-color css
<style>
a { background-color: #231048; }
a { background-color: rgb(35,16,72); }
div.DivClassName
{
background-color: #231048;
}
.BgClassName
{
background-color: #231048;
}
</style>
border-color css
<style>
span { border-color: #231048; }
span { border-color: rgb(35,16,72); }
td.TdClassName
{
border-color: #231048;
}
.TagClassName
{
border-color: #231048;
}
</style>