Shades of Ultramarine #2901A2
Tints of Ultramarine #2901A2
RGB
CMYK
RGB Variations
Color information
#2901A2 (or 0x2901A2) is known color: Ultramarine. HEX triplet: 29, 01 and A2. RGB value is (41,1,162). Sum of RGB (Red+Green+Blue) = 41+1+162=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 162 (63.67% from 255 or 79.41% from 204); Max value from RGB is 162 - color contains mainly: blue. Hex color #2901A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2901A2 is #D6FE5D. Grayscale: #1E1E1E. Windows color (decimal): -14089822 or 10617129. OLE color: 10617129.
HSL color Cylindrical-coordinate representation of color #2901A2: hue angle of 254.91º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2901A2 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 1 | 162 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.36 |
| HSL | 254.91º | 0.99% | 0.32% | - |
| HSV(B) | 254.91º | 0.99% | 0.64% | - |
| XYZ | 7.45 | 3.1 | 34.39 | - |
| YUV | 31.31 | 201.75 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 162 | 0.75 | 0.99 | 0 | 0.36 | 254.91 | 0.99 | 0.32 |
| Hex | 29 | 1 | A2 | 4B | 63 | 0 | 24 | FF | 63 | 20 |
| Octal | 51 | 1 | 242 | 113 | 143 | 0 | 44 | 377 | 143 | 40 |
| Binary | 101001 | 1 | 10100010 | 1001011 | 1100011 | 0 | 100100 | 11111111 | 1100011 | 100000 |
Color Harmonies of #2901A2
Complementary color
Monochromatic Colors of #2901A2
Black with #2901A2
Text Example
Text Example
White with #2901A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2901A2; }
p { color: rgb(41,1,162); }
H1.HeaderClassName
{
color: #2901A2;
}
.AnyTagClassName
{
color: #2901A2;
}
</style>
background-color css
<style>
a { background-color: #2901A2; }
a { background-color: rgb(41,1,162); }
div.DivClassName
{
background-color: #2901A2;
}
.BgClassName
{
background-color: #2901A2;
}
</style>
border-color css
<style>
span { border-color: #2901A2; }
span { border-color: rgb(41,1,162); }
td.TdClassName
{
border-color: #2901A2;
}
.TagClassName
{
border-color: #2901A2;
}
</style>