Shades of Violent Violet #180B4A
Tints of Violent Violet #180B4A
RGB
CMYK
RGB Variations
Color information
#180B4A (or 0x180B4A) is known color: Violent Violet. HEX triplet: 18, 0B and 4A. RGB value is (24,11,74). Sum of RGB (Red+Green+Blue) = 24+11+74=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 74 (29.30% from 255 or 67.89% from 109); Max value from RGB is 74 - color contains mainly: blue. Hex color #180B4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B4A is #E7F4B5. Grayscale: #151515. Windows color (decimal): -15201462 or 4852504. OLE color: 4852504.
HSL color Cylindrical-coordinate representation of color #180B4A: hue angle of 252.38º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #180B4A is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 11 | 74 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.71 |
| HSL | 252.38º | 0.74% | 0.17% | - |
| HSV(B) | 252.38º | 0.85% | 0.29% | - |
| XYZ | 1.73 | 0.93 | 6.57 | - |
| YUV | 22.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 74 | 0.68 | 0.85 | 0 | 0.71 | 252.38 | 0.74 | 0.17 |
| Hex | 18 | B | 4A | 44 | 55 | 0 | 47 | FC | 4A | 11 |
| Octal | 30 | 13 | 112 | 104 | 125 | 0 | 107 | 374 | 112 | 21 |
| Binary | 11000 | 1011 | 1001010 | 1000100 | 1010101 | 0 | 1000111 | 11111100 | 1001010 | 10001 |
Color Harmonies of #180B4A
Complementary color
Monochromatic Colors of #180B4A
Black with #180B4A
Text Example
Text Example
White with #180B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180B4A; }
p { color: rgb(24,11,74); }
H1.HeaderClassName
{
color: #180B4A;
}
.AnyTagClassName
{
color: #180B4A;
}
</style>
background-color css
<style>
a { background-color: #180B4A; }
a { background-color: rgb(24,11,74); }
div.DivClassName
{
background-color: #180B4A;
}
.BgClassName
{
background-color: #180B4A;
}
</style>
border-color css
<style>
span { border-color: #180B4A; }
span { border-color: rgb(24,11,74); }
td.TdClassName
{
border-color: #180B4A;
}
.TagClassName
{
border-color: #180B4A;
}
</style>