Shades of Ultramarine #272192
Tints of Ultramarine #272192
RGB
CMYK
RGB Variations
Color information
#272192 (or 0x272192) is known color: Ultramarine. HEX triplet: 27, 21 and 92. RGB value is (39,33,146). Sum of RGB (Red+Green+Blue) = 39+33+146=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #272192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272192 is #D8DE6D. Grayscale: #2F2F2F. Windows color (decimal): -14212718 or 9576743. OLE color: 9576743.
HSL color Cylindrical-coordinate representation of color #272192: hue angle of 243.19º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #272192 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 33 | 146 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.43 |
| HSL | 243.19º | 0.63% | 0.35% | - |
| HSV(B) | 243.19º | 0.77% | 0.57% | - |
| XYZ | 6.57 | 3.59 | 27.54 | - |
| YUV | 47.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 146 | 0.73 | 0.77 | 0 | 0.43 | 243.19 | 0.63 | 0.35 |
| Hex | 27 | 21 | 92 | 49 | 4D | 0 | 2B | F3 | 3F | 23 |
| Octal | 47 | 41 | 222 | 111 | 115 | 0 | 53 | 363 | 77 | 43 |
| Binary | 100111 | 100001 | 10010010 | 1001001 | 1001101 | 0 | 101011 | 11110011 | 111111 | 100011 |
Color Harmonies of #272192
Complementary color
Monochromatic Colors of #272192
Black with #272192
Text Example
Text Example
White with #272192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272192; }
p { color: rgb(39,33,146); }
H1.HeaderClassName
{
color: #272192;
}
.AnyTagClassName
{
color: #272192;
}
</style>
background-color css
<style>
a { background-color: #272192; }
a { background-color: rgb(39,33,146); }
div.DivClassName
{
background-color: #272192;
}
.BgClassName
{
background-color: #272192;
}
</style>
border-color css
<style>
span { border-color: #272192; }
span { border-color: rgb(39,33,146); }
td.TdClassName
{
border-color: #272192;
}
.TagClassName
{
border-color: #272192;
}
</style>