Shades of Violent Violet #180A4B
Tints of Violent Violet #180A4B
RGB
CMYK
RGB Variations
Color information
#180A4B (or 0x180A4B) is known color: Violent Violet. HEX triplet: 18, 0A and 4B. RGB value is (24,10,75). Sum of RGB (Red+Green+Blue) = 24+10+75=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 75 (29.69% from 255 or 68.81% from 109); Max value from RGB is 75 - color contains mainly: blue. Hex color #180A4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A4B is #E7F5B4. Grayscale: #151515. Windows color (decimal): -15201717 or 4917784. OLE color: 4917784.
HSL color Cylindrical-coordinate representation of color #180A4B: hue angle of 252.92º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #180A4B is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 10 | 75 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.71 |
| HSL | 252.92º | 0.76% | 0.17% | - |
| HSV(B) | 252.92º | 0.87% | 0.29% | - |
| XYZ | 1.76 | 0.92 | 6.74 | - |
| YUV | 21.6 | 158.14 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 75 | 0.68 | 0.87 | 0 | 0.71 | 252.92 | 0.76 | 0.17 |
| Hex | 18 | A | 4B | 44 | 57 | 0 | 47 | FD | 4C | 11 |
| Octal | 30 | 12 | 113 | 104 | 127 | 0 | 107 | 375 | 114 | 21 |
| Binary | 11000 | 1010 | 1001011 | 1000100 | 1010111 | 0 | 1000111 | 11111101 | 1001100 | 10001 |
Color Harmonies of #180A4B
Complementary color
Monochromatic Colors of #180A4B
Black with #180A4B
Text Example
Text Example
White with #180A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180A4B; }
p { color: rgb(24,10,75); }
H1.HeaderClassName
{
color: #180A4B;
}
.AnyTagClassName
{
color: #180A4B;
}
</style>
background-color css
<style>
a { background-color: #180A4B; }
a { background-color: rgb(24,10,75); }
div.DivClassName
{
background-color: #180A4B;
}
.BgClassName
{
background-color: #180A4B;
}
</style>
border-color css
<style>
span { border-color: #180A4B; }
span { border-color: rgb(24,10,75); }
td.TdClassName
{
border-color: #180A4B;
}
.TagClassName
{
border-color: #180A4B;
}
</style>