Shades of Violent Violet #230353
Tints of Violent Violet #230353
RGB
CMYK
RGB Variations
Color information
#230353 (or 0x230353) is known color: Violent Violet. HEX triplet: 23, 03 and 53. RGB value is (35,3,83). Sum of RGB (Red+Green+Blue) = 35+3+83=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #230353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230353 is #DCFCAC. Grayscale: #151515. Windows color (decimal): -14482605 or 5440291. OLE color: 5440291.
HSL color Cylindrical-coordinate representation of color #230353: hue angle of 264º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230353 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 3 | 83 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.67 |
| HSL | 264º | 0.93% | 0.17% | - |
| HSV(B) | 264º | 0.96% | 0.33% | - |
| XYZ | 2.29 | 1.05 | 8.27 | - |
| YUV | 21.69 | 162.6 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 83 | 0.58 | 0.96 | 0 | 0.67 | 264 | 0.93 | 0.17 |
| Hex | 23 | 3 | 53 | 3A | 60 | 0 | 43 | 108 | 5D | 11 |
| Octal | 43 | 3 | 123 | 72 | 140 | 0 | 103 | 410 | 135 | 21 |
| Binary | 100011 | 11 | 1010011 | 111010 | 1100000 | 0 | 1000011 | 100001000 | 1011101 | 10001 |
Color Harmonies of #230353
Complementary color
Monochromatic Colors of #230353
Black with #230353
Text Example
Text Example
White with #230353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230353; }
p { color: rgb(35,3,83); }
H1.HeaderClassName
{
color: #230353;
}
.AnyTagClassName
{
color: #230353;
}
</style>
background-color css
<style>
a { background-color: #230353; }
a { background-color: rgb(35,3,83); }
div.DivClassName
{
background-color: #230353;
}
.BgClassName
{
background-color: #230353;
}
</style>
border-color css
<style>
span { border-color: #230353; }
span { border-color: rgb(35,3,83); }
td.TdClassName
{
border-color: #230353;
}
.TagClassName
{
border-color: #230353;
}
</style>