Shades of Tolopea #1F1842
Tints of Tolopea #1F1842
RGB
CMYK
RGB Variations
Color information
#1F1842 (or 0x1F1842) is known color: Tolopea. HEX triplet: 1F, 18 and 42. RGB value is (31,24,66). Sum of RGB (Red+Green+Blue) = 31+24+66=121 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.62% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 66 (26.17% from 255 or 54.55% from 121); Max value from RGB is 66 - color contains mainly: blue. Hex color #1F1842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1842 is #E0E7BD. Grayscale: #1E1E1E. Windows color (decimal): -14739390 or 4331551. OLE color: 4331551.
HSL color Cylindrical-coordinate representation of color #1F1842: hue angle of 250º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F1842 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 24 | 66 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.74 |
| HSL | 250º | 0.47% | 0.18% | - |
| HSV(B) | 250º | 0.64% | 0.26% | - |
| XYZ | 1.88 | 1.34 | 5.31 | - |
| YUV | 30.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 66 | 0.53 | 0.64 | 0 | 0.74 | 250 | 0.47 | 0.18 |
| Hex | 1F | 18 | 42 | 35 | 40 | 0 | 4A | FA | 2F | 12 |
| Octal | 37 | 30 | 102 | 65 | 100 | 0 | 112 | 372 | 57 | 22 |
| Binary | 11111 | 11000 | 1000010 | 110101 | 1000000 | 0 | 1001010 | 11111010 | 101111 | 10010 |
Color Harmonies of #1F1842
Complementary color
Monochromatic Colors of #1F1842
Black with #1F1842
Text Example
Text Example
White with #1F1842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1842; }
p { color: rgb(31,24,66); }
H1.HeaderClassName
{
color: #1F1842;
}
.AnyTagClassName
{
color: #1F1842;
}
</style>
background-color css
<style>
a { background-color: #1F1842; }
a { background-color: rgb(31,24,66); }
div.DivClassName
{
background-color: #1F1842;
}
.BgClassName
{
background-color: #1F1842;
}
</style>
border-color css
<style>
span { border-color: #1F1842; }
span { border-color: rgb(31,24,66); }
td.TdClassName
{
border-color: #1F1842;
}
.TagClassName
{
border-color: #1F1842;
}
</style>