Shades of Tolopea #1C1141
Tints of Tolopea #1C1141
RGB
CMYK
RGB Variations
Color information
#1C1141 (or 0x1C1141) is known color: Tolopea. HEX triplet: 1C, 11 and 41. RGB value is (28,17,65). Sum of RGB (Red+Green+Blue) = 28+17+65=110 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.45% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #1C1141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1141 is #E3EEBE. Grayscale: #191919. Windows color (decimal): -14937791 or 4264220. OLE color: 4264220.
HSL color Cylindrical-coordinate representation of color #1C1141: hue angle of 253.75º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C1141 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 17 | 65 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.75 |
| HSL | 253.75º | 0.59% | 0.16% | - |
| HSV(B) | 253.75º | 0.74% | 0.25% | - |
| XYZ | 1.63 | 1.03 | 5.11 | - |
| YUV | 25.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 17 | 65 | 0.57 | 0.74 | 0 | 0.75 | 253.75 | 0.59 | 0.16 |
| Hex | 1C | 11 | 41 | 39 | 4A | 0 | 4B | FE | 3B | 10 |
| Octal | 34 | 21 | 101 | 71 | 112 | 0 | 113 | 376 | 73 | 20 |
| Binary | 11100 | 10001 | 1000001 | 111001 | 1001010 | 0 | 1001011 | 11111110 | 111011 | 10000 |
Color Harmonies of #1C1141
Complementary color
Monochromatic Colors of #1C1141
Black with #1C1141
Text Example
Text Example
White with #1C1141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1141; }
p { color: rgb(28,17,65); }
H1.HeaderClassName
{
color: #1C1141;
}
.AnyTagClassName
{
color: #1C1141;
}
</style>
background-color css
<style>
a { background-color: #1C1141; }
a { background-color: rgb(28,17,65); }
div.DivClassName
{
background-color: #1C1141;
}
.BgClassName
{
background-color: #1C1141;
}
</style>
border-color css
<style>
span { border-color: #1C1141; }
span { border-color: rgb(28,17,65); }
td.TdClassName
{
border-color: #1C1141;
}
.TagClassName
{
border-color: #1C1141;
}
</style>