Shades of Violent Violet #230D58
Tints of Violent Violet #230D58
RGB
CMYK
RGB Variations
Color information
#230D58 (or 0x230D58) is known color: Violent Violet. HEX triplet: 23, 0D and 58. RGB value is (35,13,88). Sum of RGB (Red+Green+Blue) = 35+13+88=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 88 (34.77% from 255 or 64.71% from 136); Max value from RGB is 88 - color contains mainly: blue. Hex color #230D58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230D58 is #DCF2A7. Grayscale: #1B1B1B. Windows color (decimal): -14480040 or 5770531. OLE color: 5770531.
HSL color Cylindrical-coordinate representation of color #230D58: hue angle of 257.6º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #230D58 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 13 | 88 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.65 |
| HSL | 257.6º | 0.74% | 0.2% | - |
| HSV(B) | 257.6º | 0.85% | 0.35% | - |
| XYZ | 2.6 | 1.35 | 9.36 | - |
| YUV | 28.13 | 161.79 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 13 | 88 | 0.60 | 0.85 | 0 | 0.65 | 257.6 | 0.74 | 0.2 |
| Hex | 23 | D | 58 | 3C | 55 | 0 | 41 | 102 | 4A | 14 |
| Octal | 43 | 15 | 130 | 74 | 125 | 0 | 101 | 402 | 112 | 24 |
| Binary | 100011 | 1101 | 1011000 | 111100 | 1010101 | 0 | 1000001 | 100000010 | 1001010 | 10100 |
Color Harmonies of #230D58
Complementary color
Monochromatic Colors of #230D58
Black with #230D58
Text Example
Text Example
White with #230D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230D58; }
p { color: rgb(35,13,88); }
H1.HeaderClassName
{
color: #230D58;
}
.AnyTagClassName
{
color: #230D58;
}
</style>
background-color css
<style>
a { background-color: #230D58; }
a { background-color: rgb(35,13,88); }
div.DivClassName
{
background-color: #230D58;
}
.BgClassName
{
background-color: #230D58;
}
</style>
border-color css
<style>
span { border-color: #230D58; }
span { border-color: rgb(35,13,88); }
td.TdClassName
{
border-color: #230D58;
}
.TagClassName
{
border-color: #230D58;
}
</style>