Shades of Ultramarine #2A1595
Tints of Ultramarine #2A1595
RGB
CMYK
RGB Variations
Color information
#2A1595 (or 0x2A1595) is known color: Ultramarine. HEX triplet: 2A, 15 and 95. RGB value is (42,21,149). Sum of RGB (Red+Green+Blue) = 42+21+149=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A1595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1595 is #D5EA6A. Grayscale: #292929. Windows color (decimal): -14019179 or 9770282. OLE color: 9770282.
HSL color Cylindrical-coordinate representation of color #2A1595: hue angle of 249.84º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A1595 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 21 | 149 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.42 |
| HSL | 249.84º | 0.75% | 0.33% | - |
| HSV(B) | 249.84º | 0.86% | 0.58% | - |
| XYZ | 6.65 | 3.2 | 28.7 | - |
| YUV | 41.87 | 188.46 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 149 | 0.72 | 0.86 | 0 | 0.42 | 249.84 | 0.75 | 0.33 |
| Hex | 2A | 15 | 95 | 48 | 56 | 0 | 2A | FA | 4B | 21 |
| Octal | 52 | 25 | 225 | 110 | 126 | 0 | 52 | 372 | 113 | 41 |
| Binary | 101010 | 10101 | 10010101 | 1001000 | 1010110 | 0 | 101010 | 11111010 | 1001011 | 100001 |
Color Harmonies of #2A1595
Complementary color
Monochromatic Colors of #2A1595
Black with #2A1595
Text Example
Text Example
White with #2A1595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1595; }
p { color: rgb(42,21,149); }
H1.HeaderClassName
{
color: #2A1595;
}
.AnyTagClassName
{
color: #2A1595;
}
</style>
background-color css
<style>
a { background-color: #2A1595; }
a { background-color: rgb(42,21,149); }
div.DivClassName
{
background-color: #2A1595;
}
.BgClassName
{
background-color: #2A1595;
}
</style>
border-color css
<style>
span { border-color: #2A1595; }
span { border-color: rgb(42,21,149); }
td.TdClassName
{
border-color: #2A1595;
}
.TagClassName
{
border-color: #2A1595;
}
</style>