Shades of Ultramarine #292591
Tints of Ultramarine #292591
RGB
CMYK
RGB Variations
Color information
#292591 (or 0x292591) is known color: Ultramarine. HEX triplet: 29, 25 and 91. RGB value is (41,37,145). Sum of RGB (Red+Green+Blue) = 41+37+145=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #292591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292591 is #D6DA6E. Grayscale: #323232. Windows color (decimal): -14080623 or 9512233. OLE color: 9512233.
HSL color Cylindrical-coordinate representation of color #292591: hue angle of 242.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #292591 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 37 | 145 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.43 |
| HSL | 242.22º | 0.59% | 0.36% | - |
| HSV(B) | 242.22º | 0.74% | 0.57% | - |
| XYZ | 6.69 | 3.84 | 27.18 | - |
| YUV | 50.51 | 181.33 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 37 | 145 | 0.72 | 0.74 | 0 | 0.43 | 242.22 | 0.59 | 0.36 |
| Hex | 29 | 25 | 91 | 48 | 4A | 0 | 2B | F2 | 3B | 24 |
| Octal | 51 | 45 | 221 | 110 | 112 | 0 | 53 | 362 | 73 | 44 |
| Binary | 101001 | 100101 | 10010001 | 1001000 | 1001010 | 0 | 101011 | 11110010 | 111011 | 100100 |
Color Harmonies of #292591
Complementary color
Monochromatic Colors of #292591
Black with #292591
Text Example
Text Example
White with #292591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292591; }
p { color: rgb(41,37,145); }
H1.HeaderClassName
{
color: #292591;
}
.AnyTagClassName
{
color: #292591;
}
</style>
background-color css
<style>
a { background-color: #292591; }
a { background-color: rgb(41,37,145); }
div.DivClassName
{
background-color: #292591;
}
.BgClassName
{
background-color: #292591;
}
</style>
border-color css
<style>
span { border-color: #292591; }
span { border-color: rgb(41,37,145); }
td.TdClassName
{
border-color: #292591;
}
.TagClassName
{
border-color: #292591;
}
</style>