Shades of Violent Violet #231948
Tints of Violent Violet #231948
RGB
CMYK
RGB Variations
Color information
#231948 (or 0x231948) is known color: Violent Violet. HEX triplet: 23, 19 and 48. RGB value is (35,25,72). Sum of RGB (Red+Green+Blue) = 35+25+72=132 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.52% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #231948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231948 is #DCE6B7. Grayscale: #212121. Windows color (decimal): -14476984 or 4725027. OLE color: 4725027.
HSL color Cylindrical-coordinate representation of color #231948: hue angle of 252.77º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #231948 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 25 | 72 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.72 |
| HSL | 252.77º | 0.48% | 0.19% | - |
| HSV(B) | 252.77º | 0.65% | 0.28% | - |
| XYZ | 2.21 | 1.52 | 6.31 | - |
| YUV | 33.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 72 | 0.51 | 0.65 | 0 | 0.72 | 252.77 | 0.48 | 0.19 |
| Hex | 23 | 19 | 48 | 33 | 41 | 0 | 48 | FD | 30 | 13 |
| Octal | 43 | 31 | 110 | 63 | 101 | 0 | 110 | 375 | 60 | 23 |
| Binary | 100011 | 11001 | 1001000 | 110011 | 1000001 | 0 | 1001000 | 11111101 | 110000 | 10011 |
Color Harmonies of #231948
Complementary color
Monochromatic Colors of #231948
Black with #231948
Text Example
Text Example
White with #231948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231948; }
p { color: rgb(35,25,72); }
H1.HeaderClassName
{
color: #231948;
}
.AnyTagClassName
{
color: #231948;
}
</style>
background-color css
<style>
a { background-color: #231948; }
a { background-color: rgb(35,25,72); }
div.DivClassName
{
background-color: #231948;
}
.BgClassName
{
background-color: #231948;
}
</style>
border-color css
<style>
span { border-color: #231948; }
span { border-color: rgb(35,25,72); }
td.TdClassName
{
border-color: #231948;
}
.TagClassName
{
border-color: #231948;
}
</style>