Shades of Violent Violet #230355
Tints of Violent Violet #230355
RGB
CMYK
RGB Variations
Color information
#230355 (or 0x230355) is known color: Violent Violet. HEX triplet: 23, 03 and 55. RGB value is (35,3,85). Sum of RGB (Red+Green+Blue) = 35+3+85=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #230355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230355 is #DCFCAA. Grayscale: #151515. Windows color (decimal): -14482603 or 5571363. OLE color: 5571363.
HSL color Cylindrical-coordinate representation of color #230355: hue angle of 263.41º 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 #230355 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 3 | 85 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.67 |
| HSL | 263.41º | 0.93% | 0.17% | - |
| HSV(B) | 263.41º | 0.96% | 0.33% | - |
| XYZ | 2.37 | 1.08 | 8.68 | - |
| YUV | 21.92 | 163.6 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 85 | 0.59 | 0.96 | 0 | 0.67 | 263.41 | 0.93 | 0.17 |
| Hex | 23 | 3 | 55 | 3B | 60 | 0 | 43 | 107 | 5D | 11 |
| Octal | 43 | 3 | 125 | 73 | 140 | 0 | 103 | 407 | 135 | 21 |
| Binary | 100011 | 11 | 1010101 | 111011 | 1100000 | 0 | 1000011 | 100000111 | 1011101 | 10001 |
Color Harmonies of #230355
Complementary color
Monochromatic Colors of #230355
Black with #230355
Text Example
Text Example
White with #230355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230355; }
p { color: rgb(35,3,85); }
H1.HeaderClassName
{
color: #230355;
}
.AnyTagClassName
{
color: #230355;
}
</style>
background-color css
<style>
a { background-color: #230355; }
a { background-color: rgb(35,3,85); }
div.DivClassName
{
background-color: #230355;
}
.BgClassName
{
background-color: #230355;
}
</style>
border-color css
<style>
span { border-color: #230355; }
span { border-color: rgb(35,3,85); }
td.TdClassName
{
border-color: #230355;
}
.TagClassName
{
border-color: #230355;
}
</style>