Shades of Violent Violet #231649
Tints of Violent Violet #231649
RGB
CMYK
RGB Variations
Color information
#231649 (or 0x231649) is known color: Violent Violet. HEX triplet: 23, 16 and 49. RGB value is (35,22,73). Sum of RGB (Red+Green+Blue) = 35+22+73=130 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.92% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #231649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231649 is #DCE9B6. Grayscale: #1F1F1F. Windows color (decimal): -14477751 or 4789795. OLE color: 4789795.
HSL color Cylindrical-coordinate representation of color #231649: hue angle of 255.29º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #231649 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 22 | 73 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.71 |
| HSL | 255.29º | 0.54% | 0.19% | - |
| HSV(B) | 255.29º | 0.7% | 0.29% | - |
| XYZ | 2.18 | 1.41 | 6.46 | - |
| YUV | 31.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 73 | 0.52 | 0.70 | 0 | 0.71 | 255.29 | 0.54 | 0.19 |
| Hex | 23 | 16 | 49 | 34 | 46 | 0 | 47 | FF | 36 | 13 |
| Octal | 43 | 26 | 111 | 64 | 106 | 0 | 107 | 377 | 66 | 23 |
| Binary | 100011 | 10110 | 1001001 | 110100 | 1000110 | 0 | 1000111 | 11111111 | 110110 | 10011 |
Color Harmonies of #231649
Complementary color
Monochromatic Colors of #231649
Black with #231649
Text Example
Text Example
White with #231649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231649; }
p { color: rgb(35,22,73); }
H1.HeaderClassName
{
color: #231649;
}
.AnyTagClassName
{
color: #231649;
}
</style>
background-color css
<style>
a { background-color: #231649; }
a { background-color: rgb(35,22,73); }
div.DivClassName
{
background-color: #231649;
}
.BgClassName
{
background-color: #231649;
}
</style>
border-color css
<style>
span { border-color: #231649; }
span { border-color: rgb(35,22,73); }
td.TdClassName
{
border-color: #231649;
}
.TagClassName
{
border-color: #231649;
}
</style>