Shades of Ultramarine #291393
Tints of Ultramarine #291393
RGB
CMYK
RGB Variations
Color information
#291393 (or 0x291393) is known color: Ultramarine. HEX triplet: 29, 13 and 93. RGB value is (41,19,147). Sum of RGB (Red+Green+Blue) = 41+19+147=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 147 (57.81% from 255 or 71.01% from 207); Max value from RGB is 147 - color contains mainly: blue. Hex color #291393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291393 is #D6EC6C. Grayscale: #272727. Windows color (decimal): -14085229 or 9638697. OLE color: 9638697.
HSL color Cylindrical-coordinate representation of color #291393: hue angle of 250.31º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #291393 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 19 | 147 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.42 |
| HSL | 250.31º | 0.77% | 0.33% | - |
| HSV(B) | 250.31º | 0.87% | 0.58% | - |
| XYZ | 6.41 | 3.04 | 27.85 | - |
| YUV | 40.17 | 188.29 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 19 | 147 | 0.72 | 0.87 | 0 | 0.42 | 250.31 | 0.77 | 0.33 |
| Hex | 29 | 13 | 93 | 48 | 57 | 0 | 2A | FA | 4D | 21 |
| Octal | 51 | 23 | 223 | 110 | 127 | 0 | 52 | 372 | 115 | 41 |
| Binary | 101001 | 10011 | 10010011 | 1001000 | 1010111 | 0 | 101010 | 11111010 | 1001101 | 100001 |
Color Harmonies of #291393
Complementary color
Monochromatic Colors of #291393
Black with #291393
Text Example
Text Example
White with #291393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291393; }
p { color: rgb(41,19,147); }
H1.HeaderClassName
{
color: #291393;
}
.AnyTagClassName
{
color: #291393;
}
</style>
background-color css
<style>
a { background-color: #291393; }
a { background-color: rgb(41,19,147); }
div.DivClassName
{
background-color: #291393;
}
.BgClassName
{
background-color: #291393;
}
</style>
border-color css
<style>
span { border-color: #291393; }
span { border-color: rgb(41,19,147); }
td.TdClassName
{
border-color: #291393;
}
.TagClassName
{
border-color: #291393;
}
</style>