Shades of Tolopea #271D40
Tints of Tolopea #271D40
RGB
CMYK
RGB Variations
Color information
#271D40 (or 0x271D40) is known color: Tolopea. HEX triplet: 27, 1D and 40. RGB value is (39,29,64). Sum of RGB (Red+Green+Blue) = 39+29+64=132 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.55% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #271D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D40 is #D8E2BF. Grayscale: #232323. Windows color (decimal): -14213824 or 4201767. OLE color: 4201767.
HSL color Cylindrical-coordinate representation of color #271D40: hue angle of 257.14º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #271D40 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 29 | 64 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.75 |
| HSL | 257.14º | 0.38% | 0.18% | - |
| HSV(B) | 257.14º | 0.55% | 0.25% | - |
| XYZ | 2.2 | 1.68 | 5.06 | - |
| YUV | 35.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 64 | 0.39 | 0.55 | 0 | 0.75 | 257.14 | 0.38 | 0.18 |
| Hex | 27 | 1D | 40 | 27 | 37 | 0 | 4B | 101 | 26 | 12 |
| Octal | 47 | 35 | 100 | 47 | 67 | 0 | 113 | 401 | 46 | 22 |
| Binary | 100111 | 11101 | 1000000 | 100111 | 110111 | 0 | 1001011 | 100000001 | 100110 | 10010 |
Color Harmonies of #271D40
Complementary color
Monochromatic Colors of #271D40
Black with #271D40
Text Example
Text Example
White with #271D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D40; }
p { color: rgb(39,29,64); }
H1.HeaderClassName
{
color: #271D40;
}
.AnyTagClassName
{
color: #271D40;
}
</style>
background-color css
<style>
a { background-color: #271D40; }
a { background-color: rgb(39,29,64); }
div.DivClassName
{
background-color: #271D40;
}
.BgClassName
{
background-color: #271D40;
}
</style>
border-color css
<style>
span { border-color: #271D40; }
span { border-color: rgb(39,29,64); }
td.TdClassName
{
border-color: #271D40;
}
.TagClassName
{
border-color: #271D40;
}
</style>