Shades of Violent Violet #271441
Tints of Violent Violet #271441
RGB
CMYK
RGB Variations
Color information
#271441 (or 0x271441) is known color: Violent Violet. HEX triplet: 27, 14 and 41. RGB value is (39,20,65). Sum of RGB (Red+Green+Blue) = 39+20+65=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 20 (8.20% from 255 or 16.13% 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 #271441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271441 is #D8EBBE. Grayscale: #1E1E1E. Windows color (decimal): -14216127 or 4264999. OLE color: 4264999.
HSL color Cylindrical-coordinate representation of color #271441: hue angle of 265.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #271441 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 20 | 65 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.75 |
| HSL | 265.33º | 0.53% | 0.17% | - |
| HSV(B) | 265.33º | 0.69% | 0.25% | - |
| XYZ | 2.04 | 1.31 | 5.15 | - |
| YUV | 30.81 | 147.29 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 65 | 0.40 | 0.69 | 0 | 0.75 | 265.33 | 0.53 | 0.17 |
| Hex | 27 | 14 | 41 | 28 | 45 | 0 | 4B | 109 | 35 | 11 |
| Octal | 47 | 24 | 101 | 50 | 105 | 0 | 113 | 411 | 65 | 21 |
| Binary | 100111 | 10100 | 1000001 | 101000 | 1000101 | 0 | 1001011 | 100001001 | 110101 | 10001 |
Color Harmonies of #271441
Complementary color
Monochromatic Colors of #271441
Black with #271441
Text Example
Text Example
White with #271441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271441; }
p { color: rgb(39,20,65); }
H1.HeaderClassName
{
color: #271441;
}
.AnyTagClassName
{
color: #271441;
}
</style>
background-color css
<style>
a { background-color: #271441; }
a { background-color: rgb(39,20,65); }
div.DivClassName
{
background-color: #271441;
}
.BgClassName
{
background-color: #271441;
}
</style>
border-color css
<style>
span { border-color: #271441; }
span { border-color: rgb(39,20,65); }
td.TdClassName
{
border-color: #271441;
}
.TagClassName
{
border-color: #271441;
}
</style>