Shades of Violent Violet #18004D
Tints of Violent Violet #18004D
RGB
CMYK
RGB Variations
Color information
#18004D (or 0x18004D) is known color: Violent Violet. HEX triplet: 18, 00 and 4D. RGB value is (24,0,77). Sum of RGB (Red+Green+Blue) = 24+0+77=101 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.76% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 77 (30.47% from 255 or 76.24% from 101); Max value from RGB is 77 - color contains mainly: blue. Hex color #18004D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18004D is #E7FFB2. Grayscale: #0F0F0F. Windows color (decimal): -15204275 or 5046296. OLE color: 5046296.
HSL color Cylindrical-coordinate representation of color #18004D: hue angle of 258.7º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18004D is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 0 | 77 | - |
| CMYK | 0.69 | 1 | 0 | 0.70 |
| HSL | 258.7º | 1% | 0.15% | - |
| HSV(B) | 258.7º | 1% | 0.3% | - |
| XYZ | 1.72 | 0.73 | 7.07 | - |
| YUV | 15.95 | 162.45 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 77 | 0.69 | 1 | 0 | 0.70 | 258.7 | 1 | 0.15 |
| Hex | 18 | 0 | 4D | 45 | 64 | 0 | 46 | 103 | 64 | F |
| Octal | 30 | 0 | 115 | 105 | 144 | 0 | 106 | 403 | 144 | 17 |
| Binary | 11000 | 0 | 1001101 | 1000101 | 1100100 | 0 | 1000110 | 100000011 | 1100100 | 1111 |
Color Harmonies of #18004D
Complementary color
Monochromatic Colors of #18004D
Black with #18004D
Text Example
Text Example
White with #18004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18004D; }
p { color: rgb(24,0,77); }
H1.HeaderClassName
{
color: #18004D;
}
.AnyTagClassName
{
color: #18004D;
}
</style>
background-color css
<style>
a { background-color: #18004D; }
a { background-color: rgb(24,0,77); }
div.DivClassName
{
background-color: #18004D;
}
.BgClassName
{
background-color: #18004D;
}
</style>
border-color css
<style>
span { border-color: #18004D; }
span { border-color: rgb(24,0,77); }
td.TdClassName
{
border-color: #18004D;
}
.TagClassName
{
border-color: #18004D;
}
</style>