Shades of Tolopea #241C40
Tints of Tolopea #241C40
RGB
CMYK
RGB Variations
Color information
#241C40 (or 0x241C40) is known color: Tolopea. HEX triplet: 24, 1C and 40. RGB value is (36,28,64). Sum of RGB (Red+Green+Blue) = 36+28+64=128 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.12% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #241C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C40 is #DBE3BF. Grayscale: #222222. Windows color (decimal): -14410688 or 4201508. OLE color: 4201508.
HSL color Cylindrical-coordinate representation of color #241C40: hue angle of 253.33º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #241C40 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 28 | 64 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.75 |
| HSL | 253.33º | 0.39% | 0.18% | - |
| HSV(B) | 253.33º | 0.56% | 0.25% | - |
| XYZ | 2.07 | 1.58 | 5.05 | - |
| YUV | 34.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 64 | 0.44 | 0.56 | 0 | 0.75 | 253.33 | 0.39 | 0.18 |
| Hex | 24 | 1C | 40 | 2C | 38 | 0 | 4B | FD | 27 | 12 |
| Octal | 44 | 34 | 100 | 54 | 70 | 0 | 113 | 375 | 47 | 22 |
| Binary | 100100 | 11100 | 1000000 | 101100 | 111000 | 0 | 1001011 | 11111101 | 100111 | 10010 |
Color Harmonies of #241C40
Complementary color
Monochromatic Colors of #241C40
Black with #241C40
Text Example
Text Example
White with #241C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C40; }
p { color: rgb(36,28,64); }
H1.HeaderClassName
{
color: #241C40;
}
.AnyTagClassName
{
color: #241C40;
}
</style>
background-color css
<style>
a { background-color: #241C40; }
a { background-color: rgb(36,28,64); }
div.DivClassName
{
background-color: #241C40;
}
.BgClassName
{
background-color: #241C40;
}
</style>
border-color css
<style>
span { border-color: #241C40; }
span { border-color: rgb(36,28,64); }
td.TdClassName
{
border-color: #241C40;
}
.TagClassName
{
border-color: #241C40;
}
</style>