Shades of Ultramarine #290799
Tints of Ultramarine #290799
RGB
CMYK
RGB Variations
Color information
#290799 (or 0x290799) is known color: Ultramarine. HEX triplet: 29, 07 and 99. RGB value is (41,7,153). Sum of RGB (Red+Green+Blue) = 41+7+153=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 153 (60.16% from 255 or 76.12% from 201); Max value from RGB is 153 - color contains mainly: blue. Hex color #290799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290799 is #D6F866. Grayscale: #212121. Windows color (decimal): -14088295 or 10028841. OLE color: 10028841.
HSL color Cylindrical-coordinate representation of color #290799: hue angle of 253.97º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290799 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 7 | 153 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.4 |
| HSL | 253.97º | 0.91% | 0.31% | - |
| HSV(B) | 253.97º | 0.95% | 0.6% | - |
| XYZ | 6.74 | 2.92 | 30.35 | - |
| YUV | 33.81 | 195.26 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 7 | 153 | 0.73 | 0.95 | 0 | 0.4 | 253.97 | 0.91 | 0.31 |
| Hex | 29 | 7 | 99 | 49 | 5F | 0 | 28 | FE | 5B | 1F |
| Octal | 51 | 7 | 231 | 111 | 137 | 0 | 50 | 376 | 133 | 37 |
| Binary | 101001 | 111 | 10011001 | 1001001 | 1011111 | 0 | 101000 | 11111110 | 1011011 | 11111 |
Color Harmonies of #290799
Complementary color
Monochromatic Colors of #290799
Black with #290799
Text Example
Text Example
White with #290799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290799; }
p { color: rgb(41,7,153); }
H1.HeaderClassName
{
color: #290799;
}
.AnyTagClassName
{
color: #290799;
}
</style>
background-color css
<style>
a { background-color: #290799; }
a { background-color: rgb(41,7,153); }
div.DivClassName
{
background-color: #290799;
}
.BgClassName
{
background-color: #290799;
}
</style>
border-color css
<style>
span { border-color: #290799; }
span { border-color: rgb(41,7,153); }
td.TdClassName
{
border-color: #290799;
}
.TagClassName
{
border-color: #290799;
}
</style>