Shades of Ultramarine #291C97
Tints of Ultramarine #291C97
RGB
CMYK
RGB Variations
Color information
#291C97 (or 0x291C97) is known color: Ultramarine. HEX triplet: 29, 1C and 97. RGB value is (41,28,151). Sum of RGB (Red+Green+Blue) = 41+28+151=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 151 (59.38% from 255 or 68.64% from 220); Max value from RGB is 151 - color contains mainly: blue. Hex color #291C97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291C97 is #D6E368. Grayscale: #2D2D2D. Windows color (decimal): -14082921 or 9903145. OLE color: 9903145.
HSL color Cylindrical-coordinate representation of color #291C97: hue angle of 246.34º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #291C97 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 28 | 151 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.41 |
| HSL | 246.34º | 0.69% | 0.35% | - |
| HSV(B) | 246.34º | 0.81% | 0.59% | - |
| XYZ | 6.92 | 3.54 | 29.6 | - |
| YUV | 45.91 | 187.31 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 151 | 0.73 | 0.81 | 0 | 0.41 | 246.34 | 0.69 | 0.35 |
| Hex | 29 | 1C | 97 | 49 | 51 | 0 | 29 | F6 | 45 | 23 |
| Octal | 51 | 34 | 227 | 111 | 121 | 0 | 51 | 366 | 105 | 43 |
| Binary | 101001 | 11100 | 10010111 | 1001001 | 1010001 | 0 | 101001 | 11110110 | 1000101 | 100011 |
Color Harmonies of #291C97
Complementary color
Monochromatic Colors of #291C97
Black with #291C97
Text Example
Text Example
White with #291C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C97; }
p { color: rgb(41,28,151); }
H1.HeaderClassName
{
color: #291C97;
}
.AnyTagClassName
{
color: #291C97;
}
</style>
background-color css
<style>
a { background-color: #291C97; }
a { background-color: rgb(41,28,151); }
div.DivClassName
{
background-color: #291C97;
}
.BgClassName
{
background-color: #291C97;
}
</style>
border-color css
<style>
span { border-color: #291C97; }
span { border-color: rgb(41,28,151); }
td.TdClassName
{
border-color: #291C97;
}
.TagClassName
{
border-color: #291C97;
}
</style>