Shades of Violent Violet #180A48
Tints of Violent Violet #180A48
RGB
CMYK
RGB Variations
Color information
#180A48 (or 0x180A48) is known color: Violent Violet. HEX triplet: 18, 0A and 48. RGB value is (24,10,72). Sum of RGB (Red+Green+Blue) = 24+10+72=106 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.64% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #180A48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A48 is #E7F5B7. Grayscale: #151515. Windows color (decimal): -15201720 or 4721176. OLE color: 4721176.
HSL color Cylindrical-coordinate representation of color #180A48: hue angle of 253.55º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #180A48 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 10 | 72 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.72 |
| HSL | 253.55º | 0.76% | 0.16% | - |
| HSV(B) | 253.55º | 0.86% | 0.28% | - |
| XYZ | 1.65 | 0.88 | 6.21 | - |
| YUV | 21.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 72 | 0.67 | 0.86 | 0 | 0.72 | 253.55 | 0.76 | 0.16 |
| Hex | 18 | A | 48 | 43 | 56 | 0 | 48 | FE | 4C | 10 |
| Octal | 30 | 12 | 110 | 103 | 126 | 0 | 110 | 376 | 114 | 20 |
| Binary | 11000 | 1010 | 1001000 | 1000011 | 1010110 | 0 | 1001000 | 11111110 | 1001100 | 10000 |
Color Harmonies of #180A48
Complementary color
Monochromatic Colors of #180A48
Black with #180A48
Text Example
Text Example
White with #180A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180A48; }
p { color: rgb(24,10,72); }
H1.HeaderClassName
{
color: #180A48;
}
.AnyTagClassName
{
color: #180A48;
}
</style>
background-color css
<style>
a { background-color: #180A48; }
a { background-color: rgb(24,10,72); }
div.DivClassName
{
background-color: #180A48;
}
.BgClassName
{
background-color: #180A48;
}
</style>
border-color css
<style>
span { border-color: #180A48; }
span { border-color: rgb(24,10,72); }
td.TdClassName
{
border-color: #180A48;
}
.TagClassName
{
border-color: #180A48;
}
</style>