Shades of Tolopea #271B40
Tints of Tolopea #271B40
RGB
CMYK
RGB Variations
Color information
#271B40 (or 0x271B40) is known color: Tolopea. HEX triplet: 27, 1B and 40. RGB value is (39,27,64). Sum of RGB (Red+Green+Blue) = 39+27+64=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #271B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271B40 is #D8E4BF. Grayscale: #222222. Windows color (decimal): -14214336 or 4201255. OLE color: 4201255.
HSL color Cylindrical-coordinate representation of color #271B40: hue angle of 259.46º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #271B40 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 27 | 64 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.75 |
| HSL | 259.46º | 0.41% | 0.18% | - |
| HSV(B) | 259.46º | 0.58% | 0.25% | - |
| XYZ | 2.15 | 1.59 | 5.04 | - |
| YUV | 34.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 64 | 0.39 | 0.58 | 0 | 0.75 | 259.46 | 0.41 | 0.18 |
| Hex | 27 | 1B | 40 | 27 | 3A | 0 | 4B | 103 | 29 | 12 |
| Octal | 47 | 33 | 100 | 47 | 72 | 0 | 113 | 403 | 51 | 22 |
| Binary | 100111 | 11011 | 1000000 | 100111 | 111010 | 0 | 1001011 | 100000011 | 101001 | 10010 |
Color Harmonies of #271B40
Complementary color
Monochromatic Colors of #271B40
Black with #271B40
Text Example
Text Example
White with #271B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271B40; }
p { color: rgb(39,27,64); }
H1.HeaderClassName
{
color: #271B40;
}
.AnyTagClassName
{
color: #271B40;
}
</style>
background-color css
<style>
a { background-color: #271B40; }
a { background-color: rgb(39,27,64); }
div.DivClassName
{
background-color: #271B40;
}
.BgClassName
{
background-color: #271B40;
}
</style>
border-color css
<style>
span { border-color: #271B40; }
span { border-color: rgb(39,27,64); }
td.TdClassName
{
border-color: #271B40;
}
.TagClassName
{
border-color: #271B40;
}
</style>