Shades of Violent Violet #231250
Tints of Violent Violet #231250
RGB
CMYK
RGB Variations
Color information
#231250 (or 0x231250) is known color: Violent Violet. HEX triplet: 23, 12 and 50. RGB value is (35,18,80). Sum of RGB (Red+Green+Blue) = 35+18+80=133 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.32% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #231250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231250 is #DCEDAF. Grayscale: #1D1D1D. Windows color (decimal): -14478768 or 5247523. OLE color: 5247523.
HSL color Cylindrical-coordinate representation of color #231250: hue angle of 256.45º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #231250 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 18 | 80 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.69 |
| HSL | 256.45º | 0.63% | 0.19% | - |
| HSV(B) | 256.45º | 0.78% | 0.31% | - |
| XYZ | 2.36 | 1.37 | 7.73 | - |
| YUV | 30.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 80 | 0.56 | 0.78 | 0 | 0.69 | 256.45 | 0.63 | 0.19 |
| Hex | 23 | 12 | 50 | 38 | 4E | 0 | 45 | 100 | 3F | 13 |
| Octal | 43 | 22 | 120 | 70 | 116 | 0 | 105 | 400 | 77 | 23 |
| Binary | 100011 | 10010 | 1010000 | 111000 | 1001110 | 0 | 1000101 | 100000000 | 111111 | 10011 |
Color Harmonies of #231250
Complementary color
Monochromatic Colors of #231250
Black with #231250
Text Example
Text Example
White with #231250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231250; }
p { color: rgb(35,18,80); }
H1.HeaderClassName
{
color: #231250;
}
.AnyTagClassName
{
color: #231250;
}
</style>
background-color css
<style>
a { background-color: #231250; }
a { background-color: rgb(35,18,80); }
div.DivClassName
{
background-color: #231250;
}
.BgClassName
{
background-color: #231250;
}
</style>
border-color css
<style>
span { border-color: #231250; }
span { border-color: rgb(35,18,80); }
td.TdClassName
{
border-color: #231250;
}
.TagClassName
{
border-color: #231250;
}
</style>