Shades of Ultramarine #2A1EA1
Tints of Ultramarine #2A1EA1
RGB
CMYK
RGB Variations
Color information
#2A1EA1 (or 0x2A1EA1) is known color: Ultramarine. HEX triplet: 2A, 1E and A1. RGB value is (42,30,161). Sum of RGB (Red+Green+Blue) = 42+30+161=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 161 (63.28% from 255 or 69.10% from 233); Max value from RGB is 161 - color contains mainly: blue. Hex color #2A1EA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1EA1 is #D5E15E. Grayscale: #303030. Windows color (decimal): -14016863 or 10559018. OLE color: 10559018.
HSL color Cylindrical-coordinate representation of color #2A1EA1: hue angle of 245.5º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A1EA1 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 30 | 161 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.37 |
| HSL | 245.5º | 0.69% | 0.37% | - |
| HSV(B) | 245.5º | 0.81% | 0.63% | - |
| XYZ | 7.85 | 3.99 | 34.08 | - |
| YUV | 48.52 | 191.48 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 30 | 161 | 0.74 | 0.81 | 0 | 0.37 | 245.5 | 0.69 | 0.37 |
| Hex | 2A | 1E | A1 | 4A | 51 | 0 | 25 | F5 | 45 | 25 |
| Octal | 52 | 36 | 241 | 112 | 121 | 0 | 45 | 365 | 105 | 45 |
| Binary | 101010 | 11110 | 10100001 | 1001010 | 1010001 | 0 | 100101 | 11110101 | 1000101 | 100101 |
Color Harmonies of #2A1EA1
Complementary color
Monochromatic Colors of #2A1EA1
Black with #2A1EA1
Text Example
Text Example
White with #2A1EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1EA1; }
p { color: rgb(42,30,161); }
H1.HeaderClassName
{
color: #2A1EA1;
}
.AnyTagClassName
{
color: #2A1EA1;
}
</style>
background-color css
<style>
a { background-color: #2A1EA1; }
a { background-color: rgb(42,30,161); }
div.DivClassName
{
background-color: #2A1EA1;
}
.BgClassName
{
background-color: #2A1EA1;
}
</style>
border-color css
<style>
span { border-color: #2A1EA1; }
span { border-color: rgb(42,30,161); }
td.TdClassName
{
border-color: #2A1EA1;
}
.TagClassName
{
border-color: #2A1EA1;
}
</style>