Shades of Violent Violet #271B50
Tints of Violent Violet #271B50
RGB
CMYK
RGB Variations
Color information
#271B50 (or 0x271B50) is known color: Violent Violet. HEX triplet: 27, 1B and 50. RGB value is (39,27,80). Sum of RGB (Red+Green+Blue) = 39+27+80=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #271B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271B50 is #D8E4AF. Grayscale: #242424. Windows color (decimal): -14214320 or 5249831. OLE color: 5249831.
HSL color Cylindrical-coordinate representation of color #271B50: hue angle of 253.58º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #271B50 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 27 | 80 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.69 |
| HSL | 253.58º | 0.5% | 0.21% | - |
| HSV(B) | 253.58º | 0.66% | 0.31% | - |
| XYZ | 2.68 | 1.79 | 7.79 | - |
| YUV | 36.63 | 152.48 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 80 | 0.51 | 0.66 | 0 | 0.69 | 253.58 | 0.5 | 0.21 |
| Hex | 27 | 1B | 50 | 33 | 42 | 0 | 45 | FE | 32 | 15 |
| Octal | 47 | 33 | 120 | 63 | 102 | 0 | 105 | 376 | 62 | 25 |
| Binary | 100111 | 11011 | 1010000 | 110011 | 1000010 | 0 | 1000101 | 11111110 | 110010 | 10101 |
Color Harmonies of #271B50
Complementary color
Monochromatic Colors of #271B50
Black with #271B50
Text Example
Text Example
White with #271B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271B50; }
p { color: rgb(39,27,80); }
H1.HeaderClassName
{
color: #271B50;
}
.AnyTagClassName
{
color: #271B50;
}
</style>
background-color css
<style>
a { background-color: #271B50; }
a { background-color: rgb(39,27,80); }
div.DivClassName
{
background-color: #271B50;
}
.BgClassName
{
background-color: #271B50;
}
</style>
border-color css
<style>
span { border-color: #271B50; }
span { border-color: rgb(39,27,80); }
td.TdClassName
{
border-color: #271B50;
}
.TagClassName
{
border-color: #271B50;
}
</style>