Shades of Violent Violet #231050
Tints of Violent Violet #231050
RGB
CMYK
RGB Variations
Color information
#231050 (or 0x231050) is known color: Violent Violet. HEX triplet: 23, 10 and 50. RGB value is (35,16,80). Sum of RGB (Red+Green+Blue) = 35+16+80=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #231050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231050 is #DCEFAF. Grayscale: #1C1C1C. Windows color (decimal): -14479280 or 5247011. OLE color: 5247011.
HSL color Cylindrical-coordinate representation of color #231050: hue angle of 257.81º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #231050 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 16 | 80 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.69 |
| HSL | 257.81º | 0.67% | 0.19% | - |
| HSV(B) | 257.81º | 0.8% | 0.31% | - |
| XYZ | 2.33 | 1.31 | 7.72 | - |
| YUV | 28.98 | 156.79 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 80 | 0.56 | 0.80 | 0 | 0.69 | 257.81 | 0.67 | 0.19 |
| Hex | 23 | 10 | 50 | 38 | 50 | 0 | 45 | 102 | 43 | 13 |
| Octal | 43 | 20 | 120 | 70 | 120 | 0 | 105 | 402 | 103 | 23 |
| Binary | 100011 | 10000 | 1010000 | 111000 | 1010000 | 0 | 1000101 | 100000010 | 1000011 | 10011 |
Color Harmonies of #231050
Complementary color
Monochromatic Colors of #231050
Black with #231050
Text Example
Text Example
White with #231050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231050; }
p { color: rgb(35,16,80); }
H1.HeaderClassName
{
color: #231050;
}
.AnyTagClassName
{
color: #231050;
}
</style>
background-color css
<style>
a { background-color: #231050; }
a { background-color: rgb(35,16,80); }
div.DivClassName
{
background-color: #231050;
}
.BgClassName
{
background-color: #231050;
}
</style>
border-color css
<style>
span { border-color: #231050; }
span { border-color: rgb(35,16,80); }
td.TdClassName
{
border-color: #231050;
}
.TagClassName
{
border-color: #231050;
}
</style>