Shades of Violent Violet #271B4A
Tints of Violent Violet #271B4A
RGB
CMYK
RGB Variations
Color information
#271B4A (or 0x271B4A) is known color: Violent Violet. HEX triplet: 27, 1B and 4A. RGB value is (39,27,74). Sum of RGB (Red+Green+Blue) = 39+27+74=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #271B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271B4A is #D8E4B5. Grayscale: #232323. Windows color (decimal): -14214326 or 4856615. OLE color: 4856615.
HSL color Cylindrical-coordinate representation of color #271B4A: hue angle of 255.32º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #271B4A is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 27 | 74 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.71 |
| HSL | 255.32º | 0.47% | 0.2% | - |
| HSV(B) | 255.32º | 0.64% | 0.29% | - |
| XYZ | 2.46 | 1.71 | 6.68 | - |
| YUV | 35.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 74 | 0.47 | 0.64 | 0 | 0.71 | 255.32 | 0.47 | 0.2 |
| Hex | 27 | 1B | 4A | 2F | 40 | 0 | 47 | FF | 2F | 14 |
| Octal | 47 | 33 | 112 | 57 | 100 | 0 | 107 | 377 | 57 | 24 |
| Binary | 100111 | 11011 | 1001010 | 101111 | 1000000 | 0 | 1000111 | 11111111 | 101111 | 10100 |
Color Harmonies of #271B4A
Complementary color
Monochromatic Colors of #271B4A
Black with #271B4A
Text Example
Text Example
White with #271B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271B4A; }
p { color: rgb(39,27,74); }
H1.HeaderClassName
{
color: #271B4A;
}
.AnyTagClassName
{
color: #271B4A;
}
</style>
background-color css
<style>
a { background-color: #271B4A; }
a { background-color: rgb(39,27,74); }
div.DivClassName
{
background-color: #271B4A;
}
.BgClassName
{
background-color: #271B4A;
}
</style>
border-color css
<style>
span { border-color: #271B4A; }
span { border-color: rgb(39,27,74); }
td.TdClassName
{
border-color: #271B4A;
}
.TagClassName
{
border-color: #271B4A;
}
</style>