Shades of Violent Violet #230259
Tints of Violent Violet #230259
RGB
CMYK
RGB Variations
Color information
#230259 (or 0x230259) is known color: Violent Violet. HEX triplet: 23, 02 and 59. RGB value is (35,2,89). Sum of RGB (Red+Green+Blue) = 35+2+89=126 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.78% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 89 (35.16% from 255 or 70.63% from 126); Max value from RGB is 89 - color contains mainly: blue. Hex color #230259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230259 is #DCFDA6. Grayscale: #151515. Windows color (decimal): -14482855 or 5833251. OLE color: 5833251.
HSL color Cylindrical-coordinate representation of color #230259: hue angle of 262.76º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #230259 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 2 | 89 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.65 |
| HSL | 262.76º | 0.96% | 0.18% | - |
| HSV(B) | 262.76º | 0.98% | 0.35% | - |
| XYZ | 2.52 | 1.12 | 9.54 | - |
| YUV | 21.79 | 165.93 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 89 | 0.61 | 0.98 | 0 | 0.65 | 262.76 | 0.96 | 0.18 |
| Hex | 23 | 2 | 59 | 3D | 62 | 0 | 41 | 107 | 60 | 12 |
| Octal | 43 | 2 | 131 | 75 | 142 | 0 | 101 | 407 | 140 | 22 |
| Binary | 100011 | 10 | 1011001 | 111101 | 1100010 | 0 | 1000001 | 100000111 | 1100000 | 10010 |
Color Harmonies of #230259
Complementary color
Monochromatic Colors of #230259
Black with #230259
Text Example
Text Example
White with #230259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230259; }
p { color: rgb(35,2,89); }
H1.HeaderClassName
{
color: #230259;
}
.AnyTagClassName
{
color: #230259;
}
</style>
background-color css
<style>
a { background-color: #230259; }
a { background-color: rgb(35,2,89); }
div.DivClassName
{
background-color: #230259;
}
.BgClassName
{
background-color: #230259;
}
</style>
border-color css
<style>
span { border-color: #230259; }
span { border-color: rgb(35,2,89); }
td.TdClassName
{
border-color: #230259;
}
.TagClassName
{
border-color: #230259;
}
</style>