Shades of Ultramarine #272091
Tints of Ultramarine #272091
RGB
CMYK
RGB Variations
Color information
#272091 (or 0x272091) is known color: Ultramarine. HEX triplet: 27, 20 and 91. RGB value is (39,32,145). Sum of RGB (Red+Green+Blue) = 39+32+145=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 145 (57.03% from 255 or 67.13% from 216); Max value from RGB is 145 - color contains mainly: blue. Hex color #272091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272091 is #D8DF6E. Grayscale: #2E2E2E. Windows color (decimal): -14212975 or 9510951. OLE color: 9510951.
HSL color Cylindrical-coordinate representation of color #272091: hue angle of 243.72º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #272091 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 32 | 145 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.43 |
| HSL | 243.72º | 0.64% | 0.35% | - |
| HSV(B) | 243.72º | 0.78% | 0.57% | - |
| XYZ | 6.46 | 3.51 | 27.12 | - |
| YUV | 46.98 | 183.32 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 32 | 145 | 0.73 | 0.78 | 0 | 0.43 | 243.72 | 0.64 | 0.35 |
| Hex | 27 | 20 | 91 | 49 | 4E | 0 | 2B | F4 | 40 | 23 |
| Octal | 47 | 40 | 221 | 111 | 116 | 0 | 53 | 364 | 100 | 43 |
| Binary | 100111 | 100000 | 10010001 | 1001001 | 1001110 | 0 | 101011 | 11110100 | 1000000 | 100011 |
Color Harmonies of #272091
Complementary color
Monochromatic Colors of #272091
Black with #272091
Text Example
Text Example
White with #272091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272091; }
p { color: rgb(39,32,145); }
H1.HeaderClassName
{
color: #272091;
}
.AnyTagClassName
{
color: #272091;
}
</style>
background-color css
<style>
a { background-color: #272091; }
a { background-color: rgb(39,32,145); }
div.DivClassName
{
background-color: #272091;
}
.BgClassName
{
background-color: #272091;
}
</style>
border-color css
<style>
span { border-color: #272091; }
span { border-color: rgb(39,32,145); }
td.TdClassName
{
border-color: #272091;
}
.TagClassName
{
border-color: #272091;
}
</style>