Shades of Tolopea #271D41
Tints of Tolopea #271D41
RGB
CMYK
RGB Variations
Color information
#271D41 (or 0x271D41) is known color: Tolopea. HEX triplet: 27, 1D and 41. RGB value is (39,29,65). Sum of RGB (Red+Green+Blue) = 39+29+65=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #271D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D41 is #D8E2BE. Grayscale: #232323. Windows color (decimal): -14213823 or 4267303. OLE color: 4267303.
HSL color Cylindrical-coordinate representation of color #271D41: hue angle of 256.67º 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 #271D41 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 29 | 65 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.75 |
| HSL | 256.67º | 0.38% | 0.18% | - |
| HSV(B) | 256.67º | 0.55% | 0.25% | - |
| XYZ | 2.23 | 1.69 | 5.21 | - |
| YUV | 36.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 65 | 0.40 | 0.55 | 0 | 0.75 | 256.67 | 0.38 | 0.18 |
| Hex | 27 | 1D | 41 | 28 | 37 | 0 | 4B | 101 | 26 | 12 |
| Octal | 47 | 35 | 101 | 50 | 67 | 0 | 113 | 401 | 46 | 22 |
| Binary | 100111 | 11101 | 1000001 | 101000 | 110111 | 0 | 1001011 | 100000001 | 100110 | 10010 |
Color Harmonies of #271D41
Complementary color
Monochromatic Colors of #271D41
Black with #271D41
Text Example
Text Example
White with #271D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D41; }
p { color: rgb(39,29,65); }
H1.HeaderClassName
{
color: #271D41;
}
.AnyTagClassName
{
color: #271D41;
}
</style>
background-color css
<style>
a { background-color: #271D41; }
a { background-color: rgb(39,29,65); }
div.DivClassName
{
background-color: #271D41;
}
.BgClassName
{
background-color: #271D41;
}
</style>
border-color css
<style>
span { border-color: #271D41; }
span { border-color: rgb(39,29,65); }
td.TdClassName
{
border-color: #271D41;
}
.TagClassName
{
border-color: #271D41;
}
</style>