Shades of Ultramarine #29109D
Tints of Ultramarine #29109D
RGB
CMYK
RGB Variations
Color information
#29109D (or 0x29109D) is known color: Ultramarine. HEX triplet: 29, 10 and 9D. RGB value is (41,16,157). Sum of RGB (Red+Green+Blue) = 41+16+157=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #29109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29109D is #D6EF62. Grayscale: #272727. Windows color (decimal): -14085987 or 10293289. OLE color: 10293289.
HSL color Cylindrical-coordinate representation of color #29109D: hue angle of 250.64º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29109D is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 16 | 157 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.38 |
| HSL | 250.64º | 0.82% | 0.34% | - |
| HSV(B) | 250.64º | 0.9% | 0.62% | - |
| XYZ | 7.19 | 3.28 | 32.15 | - |
| YUV | 39.55 | 194.28 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 16 | 157 | 0.74 | 0.90 | 0 | 0.38 | 250.64 | 0.82 | 0.34 |
| Hex | 29 | 10 | 9D | 4A | 5A | 0 | 26 | FB | 52 | 22 |
| Octal | 51 | 20 | 235 | 112 | 132 | 0 | 46 | 373 | 122 | 42 |
| Binary | 101001 | 10000 | 10011101 | 1001010 | 1011010 | 0 | 100110 | 11111011 | 1010010 | 100010 |
Color Harmonies of #29109D
Complementary color
Monochromatic Colors of #29109D
Black with #29109D
Text Example
Text Example
White with #29109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29109D; }
p { color: rgb(41,16,157); }
H1.HeaderClassName
{
color: #29109D;
}
.AnyTagClassName
{
color: #29109D;
}
</style>
background-color css
<style>
a { background-color: #29109D; }
a { background-color: rgb(41,16,157); }
div.DivClassName
{
background-color: #29109D;
}
.BgClassName
{
background-color: #29109D;
}
</style>
border-color css
<style>
span { border-color: #29109D; }
span { border-color: rgb(41,16,157); }
td.TdClassName
{
border-color: #29109D;
}
.TagClassName
{
border-color: #29109D;
}
</style>