Shades of Ultramarine #291CA2
Tints of Ultramarine #291CA2
RGB
CMYK
RGB Variations
Color information
#291CA2 (or 0x291CA2) is known color: Ultramarine. HEX triplet: 29, 1C and A2. RGB value is (41,28,162). Sum of RGB (Red+Green+Blue) = 41+28+162=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 162 (63.67% from 255 or 70.13% from 231); Max value from RGB is 162 - color contains mainly: blue. Hex color #291CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291CA2 is #D6E35D. Grayscale: #2E2E2E. Windows color (decimal): -14082910 or 10624041. OLE color: 10624041.
HSL color Cylindrical-coordinate representation of color #291CA2: hue angle of 245.82º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #291CA2 is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 28 | 162 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.36 |
| HSL | 245.82º | 0.71% | 0.37% | - |
| HSV(B) | 245.82º | 0.83% | 0.64% | - |
| XYZ | 7.85 | 3.91 | 34.52 | - |
| YUV | 47.16 | 192.81 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 162 | 0.75 | 0.83 | 0 | 0.36 | 245.82 | 0.71 | 0.37 |
| Hex | 29 | 1C | A2 | 4B | 53 | 0 | 24 | F6 | 47 | 25 |
| Octal | 51 | 34 | 242 | 113 | 123 | 0 | 44 | 366 | 107 | 45 |
| Binary | 101001 | 11100 | 10100010 | 1001011 | 1010011 | 0 | 100100 | 11110110 | 1000111 | 100101 |
Color Harmonies of #291CA2
Complementary color
Monochromatic Colors of #291CA2
Black with #291CA2
Text Example
Text Example
White with #291CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291CA2; }
p { color: rgb(41,28,162); }
H1.HeaderClassName
{
color: #291CA2;
}
.AnyTagClassName
{
color: #291CA2;
}
</style>
background-color css
<style>
a { background-color: #291CA2; }
a { background-color: rgb(41,28,162); }
div.DivClassName
{
background-color: #291CA2;
}
.BgClassName
{
background-color: #291CA2;
}
</style>
border-color css
<style>
span { border-color: #291CA2; }
span { border-color: rgb(41,28,162); }
td.TdClassName
{
border-color: #291CA2;
}
.TagClassName
{
border-color: #291CA2;
}
</style>