Shades of Ultramarine #290FA2
Tints of Ultramarine #290FA2
RGB
CMYK
RGB Variations
Color information
#290FA2 (or 0x290FA2) is known color: Ultramarine. HEX triplet: 29, 0F and A2. RGB value is (41,15,162). Sum of RGB (Red+Green+Blue) = 41+15+162=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 162 (63.67% from 255 or 74.31% from 218); Max value from RGB is 162 - color contains mainly: blue. Hex color #290FA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290FA2 is #D6F05D. Grayscale: #262626. Windows color (decimal): -14086238 or 10620713. OLE color: 10620713.
HSL color Cylindrical-coordinate representation of color #290FA2: hue angle of 250.61º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290FA2 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 15 | 162 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.36 |
| HSL | 250.61º | 0.83% | 0.35% | - |
| HSV(B) | 250.61º | 0.91% | 0.64% | - |
| XYZ | 7.61 | 3.42 | 34.44 | - |
| YUV | 39.53 | 197.11 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 162 | 0.75 | 0.91 | 0 | 0.36 | 250.61 | 0.83 | 0.35 |
| Hex | 29 | F | A2 | 4B | 5B | 0 | 24 | FB | 53 | 23 |
| Octal | 51 | 17 | 242 | 113 | 133 | 0 | 44 | 373 | 123 | 43 |
| Binary | 101001 | 1111 | 10100010 | 1001011 | 1011011 | 0 | 100100 | 11111011 | 1010011 | 100011 |
Color Harmonies of #290FA2
Complementary color
Monochromatic Colors of #290FA2
Black with #290FA2
Text Example
Text Example
White with #290FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290FA2; }
p { color: rgb(41,15,162); }
H1.HeaderClassName
{
color: #290FA2;
}
.AnyTagClassName
{
color: #290FA2;
}
</style>
background-color css
<style>
a { background-color: #290FA2; }
a { background-color: rgb(41,15,162); }
div.DivClassName
{
background-color: #290FA2;
}
.BgClassName
{
background-color: #290FA2;
}
</style>
border-color css
<style>
span { border-color: #290FA2; }
span { border-color: rgb(41,15,162); }
td.TdClassName
{
border-color: #290FA2;
}
.TagClassName
{
border-color: #290FA2;
}
</style>