Shades of Ultramarine #220491
Tints of Ultramarine #220491
RGB
CMYK
RGB Variations
Color information
#220491 (or 0x220491) is known color: Ultramarine. HEX triplet: 22, 04 and 91. RGB value is (34,4,145). Sum of RGB (Red+Green+Blue) = 34+4+145=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 145 (57.03% from 255 or 79.23% from 183); Max value from RGB is 145 - color contains mainly: blue. Hex color #220491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220491 is #DDFB6E. Grayscale: #1C1C1C. Windows color (decimal): -14547823 or 9503778. OLE color: 9503778.
HSL color Cylindrical-coordinate representation of color #220491: hue angle of 252.77º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220491 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 4 | 145 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.43 |
| HSL | 252.77º | 0.95% | 0.29% | - |
| HSV(B) | 252.77º | 0.97% | 0.57% | - |
| XYZ | 5.81 | 2.47 | 26.96 | - |
| YUV | 29.04 | 193.44 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 4 | 145 | 0.77 | 0.97 | 0 | 0.43 | 252.77 | 0.95 | 0.29 |
| Hex | 22 | 4 | 91 | 4D | 61 | 0 | 2B | FD | 5F | 1D |
| Octal | 42 | 4 | 221 | 115 | 141 | 0 | 53 | 375 | 137 | 35 |
| Binary | 100010 | 100 | 10010001 | 1001101 | 1100001 | 0 | 101011 | 11111101 | 1011111 | 11101 |
Color Harmonies of #220491
Complementary color
Monochromatic Colors of #220491
Black with #220491
Text Example
Text Example
White with #220491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220491; }
p { color: rgb(34,4,145); }
H1.HeaderClassName
{
color: #220491;
}
.AnyTagClassName
{
color: #220491;
}
</style>
background-color css
<style>
a { background-color: #220491; }
a { background-color: rgb(34,4,145); }
div.DivClassName
{
background-color: #220491;
}
.BgClassName
{
background-color: #220491;
}
</style>
border-color css
<style>
span { border-color: #220491; }
span { border-color: rgb(34,4,145); }
td.TdClassName
{
border-color: #220491;
}
.TagClassName
{
border-color: #220491;
}
</style>