Shades of Violent Violet #230F51
Tints of Violent Violet #230F51
RGB
CMYK
RGB Variations
Color information
#230F51 (or 0x230F51) is known color: Violent Violet. HEX triplet: 23, 0F and 51. RGB value is (35,15,81). Sum of RGB (Red+Green+Blue) = 35+15+81=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #230F51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230F51 is #DCF0AE. Grayscale: #1C1C1C. Windows color (decimal): -14479535 or 5312291. OLE color: 5312291.
HSL color Cylindrical-coordinate representation of color #230F51: hue angle of 258.18º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #230F51 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 15 | 81 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.68 |
| HSL | 258.18º | 0.69% | 0.19% | - |
| HSV(B) | 258.18º | 0.81% | 0.32% | - |
| XYZ | 2.35 | 1.29 | 7.91 | - |
| YUV | 28.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 15 | 81 | 0.57 | 0.81 | 0 | 0.68 | 258.18 | 0.69 | 0.19 |
| Hex | 23 | F | 51 | 39 | 51 | 0 | 44 | 102 | 45 | 13 |
| Octal | 43 | 17 | 121 | 71 | 121 | 0 | 104 | 402 | 105 | 23 |
| Binary | 100011 | 1111 | 1010001 | 111001 | 1010001 | 0 | 1000100 | 100000010 | 1000101 | 10011 |
Color Harmonies of #230F51
Complementary color
Monochromatic Colors of #230F51
Black with #230F51
Text Example
Text Example
White with #230F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230F51; }
p { color: rgb(35,15,81); }
H1.HeaderClassName
{
color: #230F51;
}
.AnyTagClassName
{
color: #230F51;
}
</style>
background-color css
<style>
a { background-color: #230F51; }
a { background-color: rgb(35,15,81); }
div.DivClassName
{
background-color: #230F51;
}
.BgClassName
{
background-color: #230F51;
}
</style>
border-color css
<style>
span { border-color: #230F51; }
span { border-color: rgb(35,15,81); }
td.TdClassName
{
border-color: #230F51;
}
.TagClassName
{
border-color: #230F51;
}
</style>