Shades of Violent Violet #271A4A
Tints of Violent Violet #271A4A
RGB
CMYK
RGB Variations
Color information
#271A4A (or 0x271A4A) is known color: Violent Violet. HEX triplet: 27, 1A and 4A. RGB value is (39,26,74). Sum of RGB (Red+Green+Blue) = 39+26+74=139 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.06% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 74 (29.30% from 255 or 53.24% from 139); Max value from RGB is 74 - color contains mainly: blue. Hex color #271A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271A4A is #D8E5B5. Grayscale: #232323. Windows color (decimal): -14214582 or 4856359. OLE color: 4856359.
HSL color Cylindrical-coordinate representation of color #271A4A: hue angle of 256.25º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #271A4A is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 26 | 74 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.71 |
| HSL | 256.25º | 0.48% | 0.2% | - |
| HSV(B) | 256.25º | 0.65% | 0.29% | - |
| XYZ | 2.44 | 1.66 | 6.67 | - |
| YUV | 35.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 74 | 0.47 | 0.65 | 0 | 0.71 | 256.25 | 0.48 | 0.2 |
| Hex | 27 | 1A | 4A | 2F | 41 | 0 | 47 | 100 | 30 | 14 |
| Octal | 47 | 32 | 112 | 57 | 101 | 0 | 107 | 400 | 60 | 24 |
| Binary | 100111 | 11010 | 1001010 | 101111 | 1000001 | 0 | 1000111 | 100000000 | 110000 | 10100 |
Color Harmonies of #271A4A
Complementary color
Monochromatic Colors of #271A4A
Black with #271A4A
Text Example
Text Example
White with #271A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271A4A; }
p { color: rgb(39,26,74); }
H1.HeaderClassName
{
color: #271A4A;
}
.AnyTagClassName
{
color: #271A4A;
}
</style>
background-color css
<style>
a { background-color: #271A4A; }
a { background-color: rgb(39,26,74); }
div.DivClassName
{
background-color: #271A4A;
}
.BgClassName
{
background-color: #271A4A;
}
</style>
border-color css
<style>
span { border-color: #271A4A; }
span { border-color: rgb(39,26,74); }
td.TdClassName
{
border-color: #271A4A;
}
.TagClassName
{
border-color: #271A4A;
}
</style>