Shades of Ultramarine #2E1FA2
Tints of Ultramarine #2E1FA2
RGB
CMYK
RGB Variations
Color information
#2E1FA2 (or 0x2E1FA2) is known color: Ultramarine. HEX triplet: 2E, 1F and A2. RGB value is (46,31,162). Sum of RGB (Red+Green+Blue) = 46+31+162=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 162 (63.67% from 255 or 67.78% from 239); Max value from RGB is 162 - color contains mainly: blue. Hex color #2E1FA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1FA2 is #D1E05D. Grayscale: #313131. Windows color (decimal): -13754462 or 10624814. OLE color: 10624814.
HSL color Cylindrical-coordinate representation of color #2E1FA2: hue angle of 246.87º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E1FA2 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 31 | 162 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.36 |
| HSL | 246.87º | 0.68% | 0.38% | - |
| HSV(B) | 246.87º | 0.81% | 0.64% | - |
| XYZ | 8.14 | 4.17 | 34.56 | - |
| YUV | 50.42 | 190.97 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 31 | 162 | 0.72 | 0.81 | 0 | 0.36 | 246.87 | 0.68 | 0.38 |
| Hex | 2E | 1F | A2 | 48 | 51 | 0 | 24 | F7 | 44 | 26 |
| Octal | 56 | 37 | 242 | 110 | 121 | 0 | 44 | 367 | 104 | 46 |
| Binary | 101110 | 11111 | 10100010 | 1001000 | 1010001 | 0 | 100100 | 11110111 | 1000100 | 100110 |
Color Harmonies of #2E1FA2
Complementary color
Monochromatic Colors of #2E1FA2
Black with #2E1FA2
Text Example
Text Example
White with #2E1FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1FA2; }
p { color: rgb(46,31,162); }
H1.HeaderClassName
{
color: #2E1FA2;
}
.AnyTagClassName
{
color: #2E1FA2;
}
</style>
background-color css
<style>
a { background-color: #2E1FA2; }
a { background-color: rgb(46,31,162); }
div.DivClassName
{
background-color: #2E1FA2;
}
.BgClassName
{
background-color: #2E1FA2;
}
</style>
border-color css
<style>
span { border-color: #2E1FA2; }
span { border-color: rgb(46,31,162); }
td.TdClassName
{
border-color: #2E1FA2;
}
.TagClassName
{
border-color: #2E1FA2;
}
</style>