Shades of Violent Violet #231451
Tints of Violent Violet #231451
RGB
CMYK
RGB Variations
Color information
#231451 (or 0x231451) is known color: Violent Violet. HEX triplet: 23, 14 and 51. RGB value is (35,20,81). Sum of RGB (Red+Green+Blue) = 35+20+81=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #231451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231451 is #DCEBAE. Grayscale: #1F1F1F. Windows color (decimal): -14478255 or 5313571. OLE color: 5313571.
HSL color Cylindrical-coordinate representation of color #231451: hue angle of 254.75º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #231451 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 20 | 81 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.68 |
| HSL | 254.75º | 0.6% | 0.2% | - |
| HSV(B) | 254.75º | 0.75% | 0.32% | - |
| XYZ | 2.43 | 1.45 | 7.94 | - |
| YUV | 31.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 81 | 0.57 | 0.75 | 0 | 0.68 | 254.75 | 0.6 | 0.2 |
| Hex | 23 | 14 | 51 | 39 | 4B | 0 | 44 | FF | 3C | 14 |
| Octal | 43 | 24 | 121 | 71 | 113 | 0 | 104 | 377 | 74 | 24 |
| Binary | 100011 | 10100 | 1010001 | 111001 | 1001011 | 0 | 1000100 | 11111111 | 111100 | 10100 |
Color Harmonies of #231451
Complementary color
Monochromatic Colors of #231451
Black with #231451
Text Example
Text Example
White with #231451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231451; }
p { color: rgb(35,20,81); }
H1.HeaderClassName
{
color: #231451;
}
.AnyTagClassName
{
color: #231451;
}
</style>
background-color css
<style>
a { background-color: #231451; }
a { background-color: rgb(35,20,81); }
div.DivClassName
{
background-color: #231451;
}
.BgClassName
{
background-color: #231451;
}
</style>
border-color css
<style>
span { border-color: #231451; }
span { border-color: rgb(35,20,81); }
td.TdClassName
{
border-color: #231451;
}
.TagClassName
{
border-color: #231451;
}
</style>