Shades of Violent Violet #23194A
Tints of Violent Violet #23194A
RGB
CMYK
RGB Variations
Color information
#23194A (or 0x23194A) is known color: Violent Violet. HEX triplet: 23, 19 and 4A. RGB value is (35,25,74). Sum of RGB (Red+Green+Blue) = 35+25+74=134 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.12% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 74 (29.30% from 255 or 55.22% from 134); Max value from RGB is 74 - color contains mainly: blue. Hex color #23194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23194A is #DCE6B5. Grayscale: #212121. Windows color (decimal): -14476982 or 4856099. OLE color: 4856099.
HSL color Cylindrical-coordinate representation of color #23194A: hue angle of 252.24º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #23194A is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 25 | 74 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.71 |
| HSL | 252.24º | 0.49% | 0.19% | - |
| HSV(B) | 252.24º | 0.66% | 0.29% | - |
| XYZ | 2.28 | 1.55 | 6.66 | - |
| YUV | 33.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 74 | 0.53 | 0.66 | 0 | 0.71 | 252.24 | 0.49 | 0.19 |
| Hex | 23 | 19 | 4A | 35 | 42 | 0 | 47 | FC | 31 | 13 |
| Octal | 43 | 31 | 112 | 65 | 102 | 0 | 107 | 374 | 61 | 23 |
| Binary | 100011 | 11001 | 1001010 | 110101 | 1000010 | 0 | 1000111 | 11111100 | 110001 | 10011 |
Color Harmonies of #23194A
Complementary color
Monochromatic Colors of #23194A
Black with #23194A
Text Example
Text Example
White with #23194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23194A; }
p { color: rgb(35,25,74); }
H1.HeaderClassName
{
color: #23194A;
}
.AnyTagClassName
{
color: #23194A;
}
</style>
background-color css
<style>
a { background-color: #23194A; }
a { background-color: rgb(35,25,74); }
div.DivClassName
{
background-color: #23194A;
}
.BgClassName
{
background-color: #23194A;
}
</style>
border-color css
<style>
span { border-color: #23194A; }
span { border-color: rgb(35,25,74); }
td.TdClassName
{
border-color: #23194A;
}
.TagClassName
{
border-color: #23194A;
}
</style>