Shades of Ultramarine #2901A4
Tints of Ultramarine #2901A4
RGB
CMYK
RGB Variations
Color information
#2901A4 (or 0x2901A4) is known color: Ultramarine. HEX triplet: 29, 01 and A4. RGB value is (41,1,164). Sum of RGB (Red+Green+Blue) = 41+1+164=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 164 (64.45% from 255 or 79.61% from 206); Max value from RGB is 164 - color contains mainly: blue. Hex color #2901A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2901A4 is #D6FE5B. Grayscale: #1E1E1E. Windows color (decimal): -14089820 or 10748201. OLE color: 10748201.
HSL color Cylindrical-coordinate representation of color #2901A4: hue angle of 254.72º 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 #2901A4 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 1 | 164 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.36 |
| HSL | 254.72º | 0.99% | 0.32% | - |
| HSV(B) | 254.72º | 0.99% | 0.64% | - |
| XYZ | 7.63 | 3.17 | 35.33 | - |
| YUV | 31.54 | 202.75 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 164 | 0.75 | 0.99 | 0 | 0.36 | 254.72 | 0.99 | 0.32 |
| Hex | 29 | 1 | A4 | 4B | 63 | 0 | 24 | FF | 63 | 20 |
| Octal | 51 | 1 | 244 | 113 | 143 | 0 | 44 | 377 | 143 | 40 |
| Binary | 101001 | 1 | 10100100 | 1001011 | 1100011 | 0 | 100100 | 11111111 | 1100011 | 100000 |
Color Harmonies of #2901A4
Complementary color
Monochromatic Colors of #2901A4
Black with #2901A4
Text Example
Text Example
White with #2901A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2901A4; }
p { color: rgb(41,1,164); }
H1.HeaderClassName
{
color: #2901A4;
}
.AnyTagClassName
{
color: #2901A4;
}
</style>
background-color css
<style>
a { background-color: #2901A4; }
a { background-color: rgb(41,1,164); }
div.DivClassName
{
background-color: #2901A4;
}
.BgClassName
{
background-color: #2901A4;
}
</style>
border-color css
<style>
span { border-color: #2901A4; }
span { border-color: rgb(41,1,164); }
td.TdClassName
{
border-color: #2901A4;
}
.TagClassName
{
border-color: #2901A4;
}
</style>