Shades of Violent Violet #230B49
Tints of Violent Violet #230B49
RGB
CMYK
RGB Variations
Color information
#230B49 (or 0x230B49) is known color: Violent Violet. HEX triplet: 23, 0B and 49. RGB value is (35,11,73). Sum of RGB (Red+Green+Blue) = 35+11+73=119 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.41% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 73 (28.91% from 255 or 61.34% from 119); Max value from RGB is 73 - color contains mainly: blue. Hex color #230B49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230B49 is #DCF4B6. Grayscale: #191919. Windows color (decimal): -14480567 or 4786979. OLE color: 4786979.
HSL color Cylindrical-coordinate representation of color #230B49: hue angle of 263.23º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #230B49 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 11 | 73 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.71 |
| HSL | 263.23º | 0.74% | 0.16% | - |
| HSV(B) | 263.23º | 0.85% | 0.29% | - |
| XYZ | 2.02 | 1.08 | 6.41 | - |
| YUV | 25.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 11 | 73 | 0.52 | 0.85 | 0 | 0.71 | 263.23 | 0.74 | 0.16 |
| Hex | 23 | B | 49 | 34 | 55 | 0 | 47 | 107 | 4A | 10 |
| Octal | 43 | 13 | 111 | 64 | 125 | 0 | 107 | 407 | 112 | 20 |
| Binary | 100011 | 1011 | 1001001 | 110100 | 1010101 | 0 | 1000111 | 100000111 | 1001010 | 10000 |
Color Harmonies of #230B49
Complementary color
Monochromatic Colors of #230B49
Black with #230B49
Text Example
Text Example
White with #230B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230B49; }
p { color: rgb(35,11,73); }
H1.HeaderClassName
{
color: #230B49;
}
.AnyTagClassName
{
color: #230B49;
}
</style>
background-color css
<style>
a { background-color: #230B49; }
a { background-color: rgb(35,11,73); }
div.DivClassName
{
background-color: #230B49;
}
.BgClassName
{
background-color: #230B49;
}
</style>
border-color css
<style>
span { border-color: #230B49; }
span { border-color: rgb(35,11,73); }
td.TdClassName
{
border-color: #230B49;
}
.TagClassName
{
border-color: #230B49;
}
</style>