Shades of Ultramarine #2A1F93
Tints of Ultramarine #2A1F93
RGB
CMYK
RGB Variations
Color information
#2A1F93 (or 0x2A1F93) is known color: Ultramarine. HEX triplet: 2A, 1F and 93. RGB value is (42,31,147). Sum of RGB (Red+Green+Blue) = 42+31+147=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #2A1F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1F93 is #D5E06C. Grayscale: #2F2F2F. Windows color (decimal): -14016621 or 9641770. OLE color: 9641770.
HSL color Cylindrical-coordinate representation of color #2A1F93: hue angle of 245.69º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A1F93 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 31 | 147 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.42 |
| HSL | 245.69º | 0.65% | 0.35% | - |
| HSV(B) | 245.69º | 0.79% | 0.58% | - |
| XYZ | 6.71 | 3.58 | 27.94 | - |
| YUV | 47.51 | 184.14 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 31 | 147 | 0.71 | 0.79 | 0 | 0.42 | 245.69 | 0.65 | 0.35 |
| Hex | 2A | 1F | 93 | 47 | 4F | 0 | 2A | F6 | 41 | 23 |
| Octal | 52 | 37 | 223 | 107 | 117 | 0 | 52 | 366 | 101 | 43 |
| Binary | 101010 | 11111 | 10010011 | 1000111 | 1001111 | 0 | 101010 | 11110110 | 1000001 | 100011 |
Color Harmonies of #2A1F93
Complementary color
Monochromatic Colors of #2A1F93
Black with #2A1F93
Text Example
Text Example
White with #2A1F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1F93; }
p { color: rgb(42,31,147); }
H1.HeaderClassName
{
color: #2A1F93;
}
.AnyTagClassName
{
color: #2A1F93;
}
</style>
background-color css
<style>
a { background-color: #2A1F93; }
a { background-color: rgb(42,31,147); }
div.DivClassName
{
background-color: #2A1F93;
}
.BgClassName
{
background-color: #2A1F93;
}
</style>
border-color css
<style>
span { border-color: #2A1F93; }
span { border-color: rgb(42,31,147); }
td.TdClassName
{
border-color: #2A1F93;
}
.TagClassName
{
border-color: #2A1F93;
}
</style>