Shades of Violent Violet #230E49
Tints of Violent Violet #230E49
RGB
CMYK
RGB Variations
Color information
#230E49 (or 0x230E49) is known color: Violent Violet. HEX triplet: 23, 0E and 49. RGB value is (35,14,73). Sum of RGB (Red+Green+Blue) = 35+14+73=122 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.69% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #230E49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230E49 is #DCF1B6. Grayscale: #1A1A1A. Windows color (decimal): -14479799 or 4787747. OLE color: 4787747.
HSL color Cylindrical-coordinate representation of color #230E49: hue angle of 261.36º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #230E49 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 14 | 73 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.71 |
| HSL | 261.36º | 0.68% | 0.17% | - |
| HSV(B) | 261.36º | 0.81% | 0.29% | - |
| XYZ | 2.05 | 1.15 | 6.42 | - |
| YUV | 27.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 14 | 73 | 0.52 | 0.81 | 0 | 0.71 | 261.36 | 0.68 | 0.17 |
| Hex | 23 | E | 49 | 34 | 51 | 0 | 47 | 105 | 44 | 11 |
| Octal | 43 | 16 | 111 | 64 | 121 | 0 | 107 | 405 | 104 | 21 |
| Binary | 100011 | 1110 | 1001001 | 110100 | 1010001 | 0 | 1000111 | 100000101 | 1000100 | 10001 |
Color Harmonies of #230E49
Complementary color
Monochromatic Colors of #230E49
Black with #230E49
Text Example
Text Example
White with #230E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230E49; }
p { color: rgb(35,14,73); }
H1.HeaderClassName
{
color: #230E49;
}
.AnyTagClassName
{
color: #230E49;
}
</style>
background-color css
<style>
a { background-color: #230E49; }
a { background-color: rgb(35,14,73); }
div.DivClassName
{
background-color: #230E49;
}
.BgClassName
{
background-color: #230E49;
}
</style>
border-color css
<style>
span { border-color: #230E49; }
span { border-color: rgb(35,14,73); }
td.TdClassName
{
border-color: #230E49;
}
.TagClassName
{
border-color: #230E49;
}
</style>