Shades of Violent Violet #23154B
Tints of Violent Violet #23154B
RGB
CMYK
RGB Variations
Color information
#23154B (or 0x23154B) is known color: Violent Violet. HEX triplet: 23, 15 and 4B. RGB value is (35,21,75). Sum of RGB (Red+Green+Blue) = 35+21+75=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #23154B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23154B is #DCEAB4. Grayscale: #1F1F1F. Windows color (decimal): -14478005 or 4920611. OLE color: 4920611.
HSL color Cylindrical-coordinate representation of color #23154B: hue angle of 255.56º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23154B is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 21 | 75 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.71 |
| HSL | 255.56º | 0.56% | 0.19% | - |
| HSV(B) | 255.56º | 0.72% | 0.29% | - |
| XYZ | 2.23 | 1.4 | 6.81 | - |
| YUV | 31.34 | 152.64 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 75 | 0.53 | 0.72 | 0 | 0.71 | 255.56 | 0.56 | 0.19 |
| Hex | 23 | 15 | 4B | 35 | 48 | 0 | 47 | 100 | 38 | 13 |
| Octal | 43 | 25 | 113 | 65 | 110 | 0 | 107 | 400 | 70 | 23 |
| Binary | 100011 | 10101 | 1001011 | 110101 | 1001000 | 0 | 1000111 | 100000000 | 111000 | 10011 |
Color Harmonies of #23154B
Complementary color
Monochromatic Colors of #23154B
Black with #23154B
Text Example
Text Example
White with #23154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23154B; }
p { color: rgb(35,21,75); }
H1.HeaderClassName
{
color: #23154B;
}
.AnyTagClassName
{
color: #23154B;
}
</style>
background-color css
<style>
a { background-color: #23154B; }
a { background-color: rgb(35,21,75); }
div.DivClassName
{
background-color: #23154B;
}
.BgClassName
{
background-color: #23154B;
}
</style>
border-color css
<style>
span { border-color: #23154B; }
span { border-color: rgb(35,21,75); }
td.TdClassName
{
border-color: #23154B;
}
.TagClassName
{
border-color: #23154B;
}
</style>