Shades of Violent Violet #271B4E
Tints of Violent Violet #271B4E
RGB
CMYK
RGB Variations
Color information
#271B4E (or 0x271B4E) is known color: Violent Violet. HEX triplet: 27, 1B and 4E. RGB value is (39,27,78). Sum of RGB (Red+Green+Blue) = 39+27+78=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #271B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271B4E is #D8E4B1. Grayscale: #242424. Windows color (decimal): -14214322 or 5118759. OLE color: 5118759.
HSL color Cylindrical-coordinate representation of color #271B4E: hue angle of 254.12º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #271B4E is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 27 | 78 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.69 |
| HSL | 254.12º | 0.49% | 0.21% | - |
| HSV(B) | 254.12º | 0.65% | 0.31% | - |
| XYZ | 2.6 | 1.77 | 7.41 | - |
| YUV | 36.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 78 | 0.50 | 0.65 | 0 | 0.69 | 254.12 | 0.49 | 0.21 |
| Hex | 27 | 1B | 4E | 32 | 41 | 0 | 45 | FE | 31 | 15 |
| Octal | 47 | 33 | 116 | 62 | 101 | 0 | 105 | 376 | 61 | 25 |
| Binary | 100111 | 11011 | 1001110 | 110010 | 1000001 | 0 | 1000101 | 11111110 | 110001 | 10101 |
Color Harmonies of #271B4E
Complementary color
Monochromatic Colors of #271B4E
Black with #271B4E
Text Example
Text Example
White with #271B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271B4E; }
p { color: rgb(39,27,78); }
H1.HeaderClassName
{
color: #271B4E;
}
.AnyTagClassName
{
color: #271B4E;
}
</style>
background-color css
<style>
a { background-color: #271B4E; }
a { background-color: rgb(39,27,78); }
div.DivClassName
{
background-color: #271B4E;
}
.BgClassName
{
background-color: #271B4E;
}
</style>
border-color css
<style>
span { border-color: #271B4E; }
span { border-color: rgb(39,27,78); }
td.TdClassName
{
border-color: #271B4E;
}
.TagClassName
{
border-color: #271B4E;
}
</style>