Shades of Violent Violet #261249
Tints of Violent Violet #261249
RGB
CMYK
RGB Variations
Color information
#261249 (or 0x261249) is known color: Violent Violet. HEX triplet: 26, 12 and 49. RGB value is (38,18,73). Sum of RGB (Red+Green+Blue) = 38+18+73=129 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.46% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #261249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261249 is #D9EDB6. Grayscale: #1E1E1E. Windows color (decimal): -14282167 or 4788774. OLE color: 4788774.
HSL color Cylindrical-coordinate representation of color #261249: hue angle of 261.82º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #261249 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 18 | 73 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.71 |
| HSL | 261.82º | 0.6% | 0.18% | - |
| HSV(B) | 261.82º | 0.75% | 0.29% | - |
| XYZ | 2.22 | 1.33 | 6.44 | - |
| YUV | 30.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 18 | 73 | 0.48 | 0.75 | 0 | 0.71 | 261.82 | 0.6 | 0.18 |
| Hex | 26 | 12 | 49 | 30 | 4B | 0 | 47 | 106 | 3C | 12 |
| Octal | 46 | 22 | 111 | 60 | 113 | 0 | 107 | 406 | 74 | 22 |
| Binary | 100110 | 10010 | 1001001 | 110000 | 1001011 | 0 | 1000111 | 100000110 | 111100 | 10010 |
Color Harmonies of #261249
Complementary color
Monochromatic Colors of #261249
Black with #261249
Text Example
Text Example
White with #261249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261249; }
p { color: rgb(38,18,73); }
H1.HeaderClassName
{
color: #261249;
}
.AnyTagClassName
{
color: #261249;
}
</style>
background-color css
<style>
a { background-color: #261249; }
a { background-color: rgb(38,18,73); }
div.DivClassName
{
background-color: #261249;
}
.BgClassName
{
background-color: #261249;
}
</style>
border-color css
<style>
span { border-color: #261249; }
span { border-color: rgb(38,18,73); }
td.TdClassName
{
border-color: #261249;
}
.TagClassName
{
border-color: #261249;
}
</style>