Shades of Violent Violet #230B59
Tints of Violent Violet #230B59
RGB
CMYK
RGB Variations
Color information
#230B59 (or 0x230B59) is known color: Violent Violet. HEX triplet: 23, 0B and 59. RGB value is (35,11,89). Sum of RGB (Red+Green+Blue) = 35+11+89=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #230B59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230B59 is #DCF4A6. Grayscale: #1A1A1A. Windows color (decimal): -14480551 or 5835555. OLE color: 5835555.
HSL color Cylindrical-coordinate representation of color #230B59: hue angle of 258.46º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #230B59 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 11 | 89 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.65 |
| HSL | 258.46º | 0.78% | 0.2% | - |
| HSV(B) | 258.46º | 0.88% | 0.35% | - |
| XYZ | 2.62 | 1.32 | 9.57 | - |
| YUV | 27.07 | 162.95 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 11 | 89 | 0.61 | 0.88 | 0 | 0.65 | 258.46 | 0.78 | 0.2 |
| Hex | 23 | B | 59 | 3D | 58 | 0 | 41 | 102 | 4E | 14 |
| Octal | 43 | 13 | 131 | 75 | 130 | 0 | 101 | 402 | 116 | 24 |
| Binary | 100011 | 1011 | 1011001 | 111101 | 1011000 | 0 | 1000001 | 100000010 | 1001110 | 10100 |
Color Harmonies of #230B59
Complementary color
Monochromatic Colors of #230B59
Black with #230B59
Text Example
Text Example
White with #230B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230B59; }
p { color: rgb(35,11,89); }
H1.HeaderClassName
{
color: #230B59;
}
.AnyTagClassName
{
color: #230B59;
}
</style>
background-color css
<style>
a { background-color: #230B59; }
a { background-color: rgb(35,11,89); }
div.DivClassName
{
background-color: #230B59;
}
.BgClassName
{
background-color: #230B59;
}
</style>
border-color css
<style>
span { border-color: #230B59; }
span { border-color: rgb(35,11,89); }
td.TdClassName
{
border-color: #230B59;
}
.TagClassName
{
border-color: #230B59;
}
</style>