Shades of Violent Violet #231246
Tints of Violent Violet #231246
RGB
CMYK
RGB Variations
Color information
#231246 (or 0x231246) is known color: Violent Violet. HEX triplet: 23, 12 and 46. RGB value is (35,18,70). Sum of RGB (Red+Green+Blue) = 35+18+70=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #231246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231246 is #DCEDB9. Grayscale: #1C1C1C. Windows color (decimal): -14478778 or 4592163. OLE color: 4592163.
HSL color Cylindrical-coordinate representation of color #231246: hue angle of 259.62º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #231246 is Cyan = 0.5, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 18 | 70 | - |
| CMYK | 0.5 | 0.74 | 0 | 0.73 |
| HSL | 259.62º | 0.59% | 0.17% | - |
| HSV(B) | 259.62º | 0.74% | 0.27% | - |
| XYZ | 2.01 | 1.23 | 5.93 | - |
| YUV | 29.01 | 151.13 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 70 | 0.5 | 0.74 | 0 | 0.73 | 259.62 | 0.59 | 0.17 |
| Hex | 23 | 12 | 46 | 32 | 4A | 0 | 49 | 104 | 3B | 11 |
| Octal | 43 | 22 | 106 | 62 | 112 | 0 | 111 | 404 | 73 | 21 |
| Binary | 100011 | 10010 | 1000110 | 110010 | 1001010 | 0 | 1001001 | 100000100 | 111011 | 10001 |
Color Harmonies of #231246
Complementary color
Monochromatic Colors of #231246
Black with #231246
Text Example
Text Example
White with #231246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231246; }
p { color: rgb(35,18,70); }
H1.HeaderClassName
{
color: #231246;
}
.AnyTagClassName
{
color: #231246;
}
</style>
background-color css
<style>
a { background-color: #231246; }
a { background-color: rgb(35,18,70); }
div.DivClassName
{
background-color: #231246;
}
.BgClassName
{
background-color: #231246;
}
</style>
border-color css
<style>
span { border-color: #231246; }
span { border-color: rgb(35,18,70); }
td.TdClassName
{
border-color: #231246;
}
.TagClassName
{
border-color: #231246;
}
</style>