Shades of Tolopea #211440
Tints of Tolopea #211440
RGB
CMYK
RGB Variations
Color information
#211440 (or 0x211440) is known color: Tolopea. HEX triplet: 21, 14 and 40. RGB value is (33,20,64). Sum of RGB (Red+Green+Blue) = 33+20+64=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #211440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211440 is #DEEBBF. Grayscale: #1C1C1C. Windows color (decimal): -14609344 or 4199457. OLE color: 4199457.
HSL color Cylindrical-coordinate representation of color #211440: hue angle of 257.73º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #211440 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 20 | 64 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.75 |
| HSL | 257.73º | 0.52% | 0.16% | - |
| HSV(B) | 257.73º | 0.69% | 0.25% | - |
| XYZ | 1.8 | 1.19 | 4.99 | - |
| YUV | 28.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 64 | 0.48 | 0.69 | 0 | 0.75 | 257.73 | 0.52 | 0.16 |
| Hex | 21 | 14 | 40 | 30 | 45 | 0 | 4B | 102 | 34 | 10 |
| Octal | 41 | 24 | 100 | 60 | 105 | 0 | 113 | 402 | 64 | 20 |
| Binary | 100001 | 10100 | 1000000 | 110000 | 1000101 | 0 | 1001011 | 100000010 | 110100 | 10000 |
Color Harmonies of #211440
Complementary color
Monochromatic Colors of #211440
Black with #211440
Text Example
Text Example
White with #211440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211440; }
p { color: rgb(33,20,64); }
H1.HeaderClassName
{
color: #211440;
}
.AnyTagClassName
{
color: #211440;
}
</style>
background-color css
<style>
a { background-color: #211440; }
a { background-color: rgb(33,20,64); }
div.DivClassName
{
background-color: #211440;
}
.BgClassName
{
background-color: #211440;
}
</style>
border-color css
<style>
span { border-color: #211440; }
span { border-color: rgb(33,20,64); }
td.TdClassName
{
border-color: #211440;
}
.TagClassName
{
border-color: #211440;
}
</style>