Shades of Violent Violet #231453
Tints of Violent Violet #231453
RGB
CMYK
RGB Variations
Color information
#231453 (or 0x231453) is known color: Violent Violet. HEX triplet: 23, 14 and 53. RGB value is (35,20,83). Sum of RGB (Red+Green+Blue) = 35+20+83=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #231453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231453 is #DCEBAC. Grayscale: #1F1F1F. Windows color (decimal): -14478253 or 5444643. OLE color: 5444643.
HSL color Cylindrical-coordinate representation of color #231453: hue angle of 254.29º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #231453 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 20 | 83 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.67 |
| HSL | 254.29º | 0.61% | 0.2% | - |
| HSV(B) | 254.29º | 0.76% | 0.33% | - |
| XYZ | 2.5 | 1.48 | 8.34 | - |
| YUV | 31.67 | 156.97 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 83 | 0.58 | 0.76 | 0 | 0.67 | 254.29 | 0.61 | 0.2 |
| Hex | 23 | 14 | 53 | 3A | 4C | 0 | 43 | FE | 3D | 14 |
| Octal | 43 | 24 | 123 | 72 | 114 | 0 | 103 | 376 | 75 | 24 |
| Binary | 100011 | 10100 | 1010011 | 111010 | 1001100 | 0 | 1000011 | 11111110 | 111101 | 10100 |
Color Harmonies of #231453
Complementary color
Monochromatic Colors of #231453
Black with #231453
Text Example
Text Example
White with #231453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231453; }
p { color: rgb(35,20,83); }
H1.HeaderClassName
{
color: #231453;
}
.AnyTagClassName
{
color: #231453;
}
</style>
background-color css
<style>
a { background-color: #231453; }
a { background-color: rgb(35,20,83); }
div.DivClassName
{
background-color: #231453;
}
.BgClassName
{
background-color: #231453;
}
</style>
border-color css
<style>
span { border-color: #231453; }
span { border-color: rgb(35,20,83); }
td.TdClassName
{
border-color: #231453;
}
.TagClassName
{
border-color: #231453;
}
</style>