Shades of Violent Violet #230C49
Tints of Violent Violet #230C49
RGB
CMYK
RGB Variations
Color information
#230C49 (or 0x230C49) is known color: Violent Violet. HEX triplet: 23, 0C and 49. RGB value is (35,12,73). Sum of RGB (Red+Green+Blue) = 35+12+73=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #230C49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C49 is #DCF3B6. Grayscale: #191919. Windows color (decimal): -14480311 or 4787235. OLE color: 4787235.
HSL color Cylindrical-coordinate representation of color #230C49: hue angle of 262.62º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #230C49 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 12 | 73 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.71 |
| HSL | 262.62º | 0.72% | 0.17% | - |
| HSV(B) | 262.62º | 0.84% | 0.29% | - |
| XYZ | 2.03 | 1.1 | 6.41 | - |
| YUV | 25.83 | 154.62 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 12 | 73 | 0.52 | 0.84 | 0 | 0.71 | 262.62 | 0.72 | 0.17 |
| Hex | 23 | C | 49 | 34 | 54 | 0 | 47 | 107 | 48 | 11 |
| Octal | 43 | 14 | 111 | 64 | 124 | 0 | 107 | 407 | 110 | 21 |
| Binary | 100011 | 1100 | 1001001 | 110100 | 1010100 | 0 | 1000111 | 100000111 | 1001000 | 10001 |
Color Harmonies of #230C49
Complementary color
Monochromatic Colors of #230C49
Black with #230C49
Text Example
Text Example
White with #230C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230C49; }
p { color: rgb(35,12,73); }
H1.HeaderClassName
{
color: #230C49;
}
.AnyTagClassName
{
color: #230C49;
}
</style>
background-color css
<style>
a { background-color: #230C49; }
a { background-color: rgb(35,12,73); }
div.DivClassName
{
background-color: #230C49;
}
.BgClassName
{
background-color: #230C49;
}
</style>
border-color css
<style>
span { border-color: #230C49; }
span { border-color: rgb(35,12,73); }
td.TdClassName
{
border-color: #230C49;
}
.TagClassName
{
border-color: #230C49;
}
</style>