Shades of Violent Violet #180A4A
Tints of Violent Violet #180A4A
RGB
CMYK
RGB Variations
Color information
#180A4A (or 0x180A4A) is known color: Violent Violet. HEX triplet: 18, 0A and 4A. RGB value is (24,10,74). Sum of RGB (Red+Green+Blue) = 24+10+74=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 74 (29.30% from 255 or 68.52% from 108); Max value from RGB is 74 - color contains mainly: blue. Hex color #180A4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A4A is #E7F5B5. Grayscale: #151515. Windows color (decimal): -15201718 or 4852248. OLE color: 4852248.
HSL color Cylindrical-coordinate representation of color #180A4A: hue angle of 253.12º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #180A4A is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 10 | 74 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.71 |
| HSL | 253.13º | 0.76% | 0.16% | - |
| HSV(B) | 253.13º | 0.86% | 0.29% | - |
| XYZ | 1.72 | 0.91 | 6.56 | - |
| YUV | 21.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 74 | 0.68 | 0.86 | 0 | 0.71 | 253.13 | 0.76 | 0.16 |
| Hex | 18 | A | 4A | 44 | 56 | 0 | 47 | FD | 4C | 10 |
| Octal | 30 | 12 | 112 | 104 | 126 | 0 | 107 | 375 | 114 | 20 |
| Binary | 11000 | 1010 | 1001010 | 1000100 | 1010110 | 0 | 1000111 | 11111101 | 1001100 | 10000 |
Color Harmonies of #180A4A
Complementary color
Monochromatic Colors of #180A4A
Black with #180A4A
Text Example
Text Example
White with #180A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180A4A; }
p { color: rgb(24,10,74); }
H1.HeaderClassName
{
color: #180A4A;
}
.AnyTagClassName
{
color: #180A4A;
}
</style>
background-color css
<style>
a { background-color: #180A4A; }
a { background-color: rgb(24,10,74); }
div.DivClassName
{
background-color: #180A4A;
}
.BgClassName
{
background-color: #180A4A;
}
</style>
border-color css
<style>
span { border-color: #180A4A; }
span { border-color: rgb(24,10,74); }
td.TdClassName
{
border-color: #180A4A;
}
.TagClassName
{
border-color: #180A4A;
}
</style>