Shades of Violent Violet #230C57
Tints of Violent Violet #230C57
RGB
CMYK
RGB Variations
Color information
#230C57 (or 0x230C57) is known color: Violent Violet. HEX triplet: 23, 0C and 57. RGB value is (35,12,87). Sum of RGB (Red+Green+Blue) = 35+12+87=134 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.12% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 87 (34.38% from 255 or 64.93% from 134); Max value from RGB is 87 - color contains mainly: blue. Hex color #230C57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230C57 is #DCF3A8. Grayscale: #1B1B1B. Windows color (decimal): -14480297 or 5704739. OLE color: 5704739.
HSL color Cylindrical-coordinate representation of color #230C57: hue angle of 258.4º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #230C57 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 35 | 12 | 87 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.66 |
| HSL | 258.4º | 0.76% | 0.19% | - |
| HSV(B) | 258.4º | 0.86% | 0.34% | - |
| XYZ | 2.54 | 1.31 | 9.14 | - |
| YUV | 27.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 12 | 87 | 0.60 | 0.86 | 0 | 0.66 | 258.4 | 0.76 | 0.19 |
| Hex | 23 | C | 57 | 3C | 56 | 0 | 42 | 102 | 4C | 13 |
| Octal | 43 | 14 | 127 | 74 | 126 | 0 | 102 | 402 | 114 | 23 |
| Binary | 100011 | 1100 | 1010111 | 111100 | 1010110 | 0 | 1000010 | 100000010 | 1001100 | 10011 |
Color Harmonies of #230C57
Complementary color
Monochromatic Colors of #230C57
Black with #230C57
Text Example
Text Example
White with #230C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230C57; }
p { color: rgb(35,12,87); }
H1.HeaderClassName
{
color: #230C57;
}
.AnyTagClassName
{
color: #230C57;
}
</style>
background-color css
<style>
a { background-color: #230C57; }
a { background-color: rgb(35,12,87); }
div.DivClassName
{
background-color: #230C57;
}
.BgClassName
{
background-color: #230C57;
}
</style>
border-color css
<style>
span { border-color: #230C57; }
span { border-color: rgb(35,12,87); }
td.TdClassName
{
border-color: #230C57;
}
.TagClassName
{
border-color: #230C57;
}
</style>