Shades of Violent Violet #180440
Tints of Violent Violet #180440
RGB
CMYK
RGB Variations
Color information
#180440 (or 0x180440) is known color: Violent Violet. HEX triplet: 18, 04 and 40. RGB value is (24,4,64). Sum of RGB (Red+Green+Blue) = 24+4+64=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 64 (25.39% from 255 or 69.57% from 92); Max value from RGB is 64 - color contains mainly: blue. Hex color #180440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180440 is #E7FBBF. Grayscale: #101010. Windows color (decimal): -15203264 or 4195352. OLE color: 4195352.
HSL color Cylindrical-coordinate representation of color #180440: hue angle of 260º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180440 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 4 | 64 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.75 |
| HSL | 260º | 0.88% | 0.13% | - |
| HSV(B) | 260º | 0.94% | 0.25% | - |
| XYZ | 1.35 | 0.65 | 4.91 | - |
| YUV | 16.82 | 154.63 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 64 | 0.62 | 0.94 | 0 | 0.75 | 260 | 0.88 | 0.13 |
| Hex | 18 | 4 | 40 | 3E | 5E | 0 | 4B | 104 | 58 | D |
| Octal | 30 | 4 | 100 | 76 | 136 | 0 | 113 | 404 | 130 | 15 |
| Binary | 11000 | 100 | 1000000 | 111110 | 1011110 | 0 | 1001011 | 100000100 | 1011000 | 1101 |
Color Harmonies of #180440
Complementary color
Monochromatic Colors of #180440
Black with #180440
Text Example
Text Example
White with #180440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180440; }
p { color: rgb(24,4,64); }
H1.HeaderClassName
{
color: #180440;
}
.AnyTagClassName
{
color: #180440;
}
</style>
background-color css
<style>
a { background-color: #180440; }
a { background-color: rgb(24,4,64); }
div.DivClassName
{
background-color: #180440;
}
.BgClassName
{
background-color: #180440;
}
</style>
border-color css
<style>
span { border-color: #180440; }
span { border-color: rgb(24,4,64); }
td.TdClassName
{
border-color: #180440;
}
.TagClassName
{
border-color: #180440;
}
</style>