Shades of Violent Violet #261741
Tints of Violent Violet #261741
RGB
CMYK
RGB Variations
Color information
#261741 (or 0x261741) is known color: Violent Violet. HEX triplet: 26, 17 and 41. RGB value is (38,23,65). Sum of RGB (Red+Green+Blue) = 38+23+65=126 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.16% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #261741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261741 is #D9E8BE. Grayscale: #202020. Windows color (decimal): -14280895 or 4265766. OLE color: 4265766.
HSL color Cylindrical-coordinate representation of color #261741: hue angle of 261.43º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #261741 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 23 | 65 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.75 |
| HSL | 261.43º | 0.48% | 0.17% | - |
| HSV(B) | 261.43º | 0.65% | 0.25% | - |
| XYZ | 2.06 | 1.41 | 5.16 | - |
| YUV | 32.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 23 | 65 | 0.42 | 0.65 | 0 | 0.75 | 261.43 | 0.48 | 0.17 |
| Hex | 26 | 17 | 41 | 2A | 41 | 0 | 4B | 105 | 30 | 11 |
| Octal | 46 | 27 | 101 | 52 | 101 | 0 | 113 | 405 | 60 | 21 |
| Binary | 100110 | 10111 | 1000001 | 101010 | 1000001 | 0 | 1001011 | 100000101 | 110000 | 10001 |
Color Harmonies of #261741
Complementary color
Monochromatic Colors of #261741
Black with #261741
Text Example
Text Example
White with #261741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261741; }
p { color: rgb(38,23,65); }
H1.HeaderClassName
{
color: #261741;
}
.AnyTagClassName
{
color: #261741;
}
</style>
background-color css
<style>
a { background-color: #261741; }
a { background-color: rgb(38,23,65); }
div.DivClassName
{
background-color: #261741;
}
.BgClassName
{
background-color: #261741;
}
</style>
border-color css
<style>
span { border-color: #261741; }
span { border-color: rgb(38,23,65); }
td.TdClassName
{
border-color: #261741;
}
.TagClassName
{
border-color: #261741;
}
</style>