Shades of Violent Violet #230E57
Tints of Violent Violet #230E57
RGB
CMYK
RGB Variations
Color information
#230E57 (or 0x230E57) is known color: Violent Violet. HEX triplet: 23, 0E and 57. RGB value is (35,14,87). Sum of RGB (Red+Green+Blue) = 35+14+87=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 87 (34.38% from 255 or 63.97% from 136); Max value from RGB is 87 - color contains mainly: blue. Hex color #230E57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230E57 is #DCF1A8. Grayscale: #1C1C1C. Windows color (decimal): -14479785 or 5705251. OLE color: 5705251.
HSL color Cylindrical-coordinate representation of color #230E57: hue angle of 257.26º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #230E57 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 35 | 14 | 87 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.66 |
| HSL | 257.26º | 0.72% | 0.2% | - |
| HSV(B) | 257.26º | 0.84% | 0.34% | - |
| XYZ | 2.57 | 1.36 | 9.14 | - |
| YUV | 28.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 14 | 87 | 0.60 | 0.84 | 0 | 0.66 | 257.26 | 0.72 | 0.2 |
| Hex | 23 | E | 57 | 3C | 54 | 0 | 42 | 101 | 48 | 14 |
| Octal | 43 | 16 | 127 | 74 | 124 | 0 | 102 | 401 | 110 | 24 |
| Binary | 100011 | 1110 | 1010111 | 111100 | 1010100 | 0 | 1000010 | 100000001 | 1001000 | 10100 |
Color Harmonies of #230E57
Complementary color
Monochromatic Colors of #230E57
Black with #230E57
Text Example
Text Example
White with #230E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230E57; }
p { color: rgb(35,14,87); }
H1.HeaderClassName
{
color: #230E57;
}
.AnyTagClassName
{
color: #230E57;
}
</style>
background-color css
<style>
a { background-color: #230E57; }
a { background-color: rgb(35,14,87); }
div.DivClassName
{
background-color: #230E57;
}
.BgClassName
{
background-color: #230E57;
}
</style>
border-color css
<style>
span { border-color: #230E57; }
span { border-color: rgb(35,14,87); }
td.TdClassName
{
border-color: #230E57;
}
.TagClassName
{
border-color: #230E57;
}
</style>