Shades of Violent Violet #231742
Tints of Violent Violet #231742
RGB
CMYK
RGB Variations
Color information
#231742 (or 0x231742) is known color: Violent Violet. HEX triplet: 23, 17 and 42. RGB value is (35,23,66). Sum of RGB (Red+Green+Blue) = 35+23+66=124 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.23% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 66 (26.17% from 255 or 53.23% from 124); Max value from RGB is 66 - color contains mainly: blue. Hex color #231742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231742 is #DCE8BD. Grayscale: #1F1F1F. Windows color (decimal): -14477502 or 4331299. OLE color: 4331299.
HSL color Cylindrical-coordinate representation of color #231742: hue angle of 256.74º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #231742 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 23 | 66 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.74 |
| HSL | 256.74º | 0.48% | 0.17% | - |
| HSV(B) | 256.74º | 0.65% | 0.26% | - |
| XYZ | 1.98 | 1.36 | 5.31 | - |
| YUV | 31.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 66 | 0.47 | 0.65 | 0 | 0.74 | 256.74 | 0.48 | 0.17 |
| Hex | 23 | 17 | 42 | 2F | 41 | 0 | 4A | 101 | 30 | 11 |
| Octal | 43 | 27 | 102 | 57 | 101 | 0 | 112 | 401 | 60 | 21 |
| Binary | 100011 | 10111 | 1000010 | 101111 | 1000001 | 0 | 1001010 | 100000001 | 110000 | 10001 |
Color Harmonies of #231742
Complementary color
Monochromatic Colors of #231742
Black with #231742
Text Example
Text Example
White with #231742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231742; }
p { color: rgb(35,23,66); }
H1.HeaderClassName
{
color: #231742;
}
.AnyTagClassName
{
color: #231742;
}
</style>
background-color css
<style>
a { background-color: #231742; }
a { background-color: rgb(35,23,66); }
div.DivClassName
{
background-color: #231742;
}
.BgClassName
{
background-color: #231742;
}
</style>
border-color css
<style>
span { border-color: #231742; }
span { border-color: rgb(35,23,66); }
td.TdClassName
{
border-color: #231742;
}
.TagClassName
{
border-color: #231742;
}
</style>