Shades of Ultramarine #2D1EA1
Tints of Ultramarine #2D1EA1
RGB
CMYK
RGB Variations
Color information
#2D1EA1 (or 0x2D1EA1) is known color: Ultramarine. HEX triplet: 2D, 1E and A1. RGB value is (45,30,161). Sum of RGB (Red+Green+Blue) = 45+30+161=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 161 (63.28% from 255 or 68.22% from 236); Max value from RGB is 161 - color contains mainly: blue. Hex color #2D1EA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1EA1 is #D2E15E. Grayscale: #303030. Windows color (decimal): -13820255 or 10559021. OLE color: 10559021.
HSL color Cylindrical-coordinate representation of color #2D1EA1: hue angle of 246.87º 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 #2D1EA1 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 30 | 161 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.37 |
| HSL | 246.87º | 0.69% | 0.37% | - |
| HSV(B) | 246.87º | 0.81% | 0.63% | - |
| XYZ | 7.98 | 4.06 | 34.08 | - |
| YUV | 49.42 | 190.97 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 161 | 0.72 | 0.81 | 0 | 0.37 | 246.87 | 0.69 | 0.37 |
| Hex | 2D | 1E | A1 | 48 | 51 | 0 | 25 | F7 | 45 | 25 |
| Octal | 55 | 36 | 241 | 110 | 121 | 0 | 45 | 367 | 105 | 45 |
| Binary | 101101 | 11110 | 10100001 | 1001000 | 1010001 | 0 | 100101 | 11110111 | 1000101 | 100101 |
Color Harmonies of #2D1EA1
Complementary color
Monochromatic Colors of #2D1EA1
Black with #2D1EA1
Text Example
Text Example
White with #2D1EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1EA1; }
p { color: rgb(45,30,161); }
H1.HeaderClassName
{
color: #2D1EA1;
}
.AnyTagClassName
{
color: #2D1EA1;
}
</style>
background-color css
<style>
a { background-color: #2D1EA1; }
a { background-color: rgb(45,30,161); }
div.DivClassName
{
background-color: #2D1EA1;
}
.BgClassName
{
background-color: #2D1EA1;
}
</style>
border-color css
<style>
span { border-color: #2D1EA1; }
span { border-color: rgb(45,30,161); }
td.TdClassName
{
border-color: #2D1EA1;
}
.TagClassName
{
border-color: #2D1EA1;
}
</style>