Shades of Violent Violet #230F41
Tints of Violent Violet #230F41
RGB
CMYK
RGB Variations
Color information
#230F41 (or 0x230F41) is known color: Violent Violet. HEX triplet: 23, 0F and 41. RGB value is (35,15,65). Sum of RGB (Red+Green+Blue) = 35+15+65=115 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.43% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #230F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F41 is #DCF0BE. Grayscale: #1A1A1A. Windows color (decimal): -14479551 or 4263715. OLE color: 4263715.
HSL color Cylindrical-coordinate representation of color #230F41: hue angle of 264º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #230F41 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 15 | 65 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.75 |
| HSL | 264º | 0.63% | 0.16% | - |
| HSV(B) | 264º | 0.77% | 0.25% | - |
| XYZ | 1.82 | 1.08 | 5.11 | - |
| YUV | 26.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 15 | 65 | 0.46 | 0.77 | 0 | 0.75 | 264 | 0.63 | 0.16 |
| Hex | 23 | F | 41 | 2E | 4D | 0 | 4B | 108 | 3E | 10 |
| Octal | 43 | 17 | 101 | 56 | 115 | 0 | 113 | 410 | 76 | 20 |
| Binary | 100011 | 1111 | 1000001 | 101110 | 1001101 | 0 | 1001011 | 100001000 | 111110 | 10000 |
Color Harmonies of #230F41
Complementary color
Monochromatic Colors of #230F41
Black with #230F41
Text Example
Text Example
White with #230F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230F41; }
p { color: rgb(35,15,65); }
H1.HeaderClassName
{
color: #230F41;
}
.AnyTagClassName
{
color: #230F41;
}
</style>
background-color css
<style>
a { background-color: #230F41; }
a { background-color: rgb(35,15,65); }
div.DivClassName
{
background-color: #230F41;
}
.BgClassName
{
background-color: #230F41;
}
</style>
border-color css
<style>
span { border-color: #230F41; }
span { border-color: rgb(35,15,65); }
td.TdClassName
{
border-color: #230F41;
}
.TagClassName
{
border-color: #230F41;
}
</style>