Shades of Violent Violet #261541
Tints of Violent Violet #261541
RGB
CMYK
RGB Variations
Color information
#261541 (or 0x261541) is known color: Violent Violet. HEX triplet: 26, 15 and 41. RGB value is (38,21,65). Sum of RGB (Red+Green+Blue) = 38+21+65=124 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.65% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #261541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261541 is #D9EABE. Grayscale: #1E1E1E. Windows color (decimal): -14281407 or 4265254. OLE color: 4265254.
HSL color Cylindrical-coordinate representation of color #261541: hue angle of 263.18º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #261541 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 21 | 65 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.75 |
| HSL | 263.18º | 0.51% | 0.17% | - |
| HSV(B) | 263.18º | 0.68% | 0.25% | - |
| XYZ | 2.02 | 1.33 | 5.15 | - |
| YUV | 31.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 21 | 65 | 0.42 | 0.68 | 0 | 0.75 | 263.18 | 0.51 | 0.17 |
| Hex | 26 | 15 | 41 | 2A | 44 | 0 | 4B | 107 | 33 | 11 |
| Octal | 46 | 25 | 101 | 52 | 104 | 0 | 113 | 407 | 63 | 21 |
| Binary | 100110 | 10101 | 1000001 | 101010 | 1000100 | 0 | 1001011 | 100000111 | 110011 | 10001 |
Color Harmonies of #261541
Complementary color
Monochromatic Colors of #261541
Black with #261541
Text Example
Text Example
White with #261541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261541; }
p { color: rgb(38,21,65); }
H1.HeaderClassName
{
color: #261541;
}
.AnyTagClassName
{
color: #261541;
}
</style>
background-color css
<style>
a { background-color: #261541; }
a { background-color: rgb(38,21,65); }
div.DivClassName
{
background-color: #261541;
}
.BgClassName
{
background-color: #261541;
}
</style>
border-color css
<style>
span { border-color: #261541; }
span { border-color: rgb(38,21,65); }
td.TdClassName
{
border-color: #261541;
}
.TagClassName
{
border-color: #261541;
}
</style>