Shades of Ultramarine #290393
Tints of Ultramarine #290393
RGB
CMYK
RGB Variations
Color information
#290393 (or 0x290393) is known color: Ultramarine. HEX triplet: 29, 03 and 93. RGB value is (41,3,147). Sum of RGB (Red+Green+Blue) = 41+3+147=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 147 (57.81% from 255 or 76.96% from 191); Max value from RGB is 147 - color contains mainly: blue. Hex color #290393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290393 is #D6FC6C. Grayscale: #1E1E1E. Windows color (decimal): -14089325 or 9634601. OLE color: 9634601.
HSL color Cylindrical-coordinate representation of color #290393: hue angle of 255.83º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290393 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 3 | 147 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.42 |
| HSL | 255.83º | 0.96% | 0.29% | - |
| HSV(B) | 255.83º | 0.98% | 0.58% | - |
| XYZ | 6.21 | 2.64 | 27.79 | - |
| YUV | 30.78 | 193.59 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 147 | 0.72 | 0.98 | 0 | 0.42 | 255.83 | 0.96 | 0.29 |
| Hex | 29 | 3 | 93 | 48 | 62 | 0 | 2A | 100 | 60 | 1D |
| Octal | 51 | 3 | 223 | 110 | 142 | 0 | 52 | 400 | 140 | 35 |
| Binary | 101001 | 11 | 10010011 | 1001000 | 1100010 | 0 | 101010 | 100000000 | 1100000 | 11101 |
Color Harmonies of #290393
Complementary color
Monochromatic Colors of #290393
Black with #290393
Text Example
Text Example
White with #290393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290393; }
p { color: rgb(41,3,147); }
H1.HeaderClassName
{
color: #290393;
}
.AnyTagClassName
{
color: #290393;
}
</style>
background-color css
<style>
a { background-color: #290393; }
a { background-color: rgb(41,3,147); }
div.DivClassName
{
background-color: #290393;
}
.BgClassName
{
background-color: #290393;
}
</style>
border-color css
<style>
span { border-color: #290393; }
span { border-color: rgb(41,3,147); }
td.TdClassName
{
border-color: #290393;
}
.TagClassName
{
border-color: #290393;
}
</style>