Shades of Violent Violet #231450
Tints of Violent Violet #231450
RGB
CMYK
RGB Variations
Color information
#231450 (or 0x231450) is known color: Violent Violet. HEX triplet: 23, 14 and 50. RGB value is (35,20,80). Sum of RGB (Red+Green+Blue) = 35+20+80=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #231450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231450 is #DCEBAF. Grayscale: #1F1F1F. Windows color (decimal): -14478256 or 5248035. OLE color: 5248035.
HSL color Cylindrical-coordinate representation of color #231450: hue angle of 255º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #231450 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 20 | 80 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.69 |
| HSL | 255º | 0.6% | 0.2% | - |
| HSV(B) | 255º | 0.75% | 0.31% | - |
| XYZ | 2.39 | 1.44 | 7.74 | - |
| YUV | 31.33 | 155.47 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 80 | 0.56 | 0.75 | 0 | 0.69 | 255 | 0.6 | 0.2 |
| Hex | 23 | 14 | 50 | 38 | 4B | 0 | 45 | FF | 3C | 14 |
| Octal | 43 | 24 | 120 | 70 | 113 | 0 | 105 | 377 | 74 | 24 |
| Binary | 100011 | 10100 | 1010000 | 111000 | 1001011 | 0 | 1000101 | 11111111 | 111100 | 10100 |
Color Harmonies of #231450
Complementary color
Monochromatic Colors of #231450
Black with #231450
Text Example
Text Example
White with #231450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231450; }
p { color: rgb(35,20,80); }
H1.HeaderClassName
{
color: #231450;
}
.AnyTagClassName
{
color: #231450;
}
</style>
background-color css
<style>
a { background-color: #231450; }
a { background-color: rgb(35,20,80); }
div.DivClassName
{
background-color: #231450;
}
.BgClassName
{
background-color: #231450;
}
</style>
border-color css
<style>
span { border-color: #231450; }
span { border-color: rgb(35,20,80); }
td.TdClassName
{
border-color: #231450;
}
.TagClassName
{
border-color: #231450;
}
</style>