Shades of Ultramarine #2A0499
Tints of Ultramarine #2A0499
RGB
CMYK
RGB Variations
Color information
#2A0499 (or 0x2A0499) is known color: Ultramarine. HEX triplet: 2A, 04 and 99. RGB value is (42,4,153). Sum of RGB (Red+Green+Blue) = 42+4+153=199 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.11% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 153 (60.16% from 255 or 76.88% from 199); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A0499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0499 is #D5FB66. Grayscale: #1F1F1F. Windows color (decimal): -14023527 or 10028074. OLE color: 10028074.
HSL color Cylindrical-coordinate representation of color #2A0499: hue angle of 255.3º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A0499 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 4 | 153 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.4 |
| HSL | 255.3º | 0.95% | 0.31% | - |
| HSV(B) | 255.3º | 0.97% | 0.6% | - |
| XYZ | 6.75 | 2.88 | 30.34 | - |
| YUV | 32.35 | 196.09 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 153 | 0.73 | 0.97 | 0 | 0.4 | 255.3 | 0.95 | 0.31 |
| Hex | 2A | 4 | 99 | 49 | 61 | 0 | 28 | FF | 5F | 1F |
| Octal | 52 | 4 | 231 | 111 | 141 | 0 | 50 | 377 | 137 | 37 |
| Binary | 101010 | 100 | 10011001 | 1001001 | 1100001 | 0 | 101000 | 11111111 | 1011111 | 11111 |
Color Harmonies of #2A0499
Complementary color
Monochromatic Colors of #2A0499
Black with #2A0499
Text Example
Text Example
White with #2A0499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0499; }
p { color: rgb(42,4,153); }
H1.HeaderClassName
{
color: #2A0499;
}
.AnyTagClassName
{
color: #2A0499;
}
</style>
background-color css
<style>
a { background-color: #2A0499; }
a { background-color: rgb(42,4,153); }
div.DivClassName
{
background-color: #2A0499;
}
.BgClassName
{
background-color: #2A0499;
}
</style>
border-color css
<style>
span { border-color: #2A0499; }
span { border-color: rgb(42,4,153); }
td.TdClassName
{
border-color: #2A0499;
}
.TagClassName
{
border-color: #2A0499;
}
</style>