Shades of Ultramarine #271697
Tints of Ultramarine #271697
RGB
CMYK
RGB Variations
Color information
#271697 (or 0x271697) is known color: Ultramarine. HEX triplet: 27, 16 and 97. RGB value is (39,22,151). Sum of RGB (Red+Green+Blue) = 39+22+151=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 151 (59.38% from 255 or 71.23% from 212); Max value from RGB is 151 - color contains mainly: blue. Hex color #271697 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271697 is #D8E968. Grayscale: #292929. Windows color (decimal): -14215529 or 9901607. OLE color: 9901607.
HSL color Cylindrical-coordinate representation of color #271697: hue angle of 247.91º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271697 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 22 | 151 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.41 |
| HSL | 247.91º | 0.75% | 0.34% | - |
| HSV(B) | 247.91º | 0.85% | 0.59% | - |
| XYZ | 6.71 | 3.24 | 29.55 | - |
| YUV | 41.79 | 189.63 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 22 | 151 | 0.74 | 0.85 | 0 | 0.41 | 247.91 | 0.75 | 0.34 |
| Hex | 27 | 16 | 97 | 4A | 55 | 0 | 29 | F8 | 4B | 22 |
| Octal | 47 | 26 | 227 | 112 | 125 | 0 | 51 | 370 | 113 | 42 |
| Binary | 100111 | 10110 | 10010111 | 1001010 | 1010101 | 0 | 101001 | 11111000 | 1001011 | 100010 |
Color Harmonies of #271697
Complementary color
Monochromatic Colors of #271697
Black with #271697
Text Example
Text Example
White with #271697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271697; }
p { color: rgb(39,22,151); }
H1.HeaderClassName
{
color: #271697;
}
.AnyTagClassName
{
color: #271697;
}
</style>
background-color css
<style>
a { background-color: #271697; }
a { background-color: rgb(39,22,151); }
div.DivClassName
{
background-color: #271697;
}
.BgClassName
{
background-color: #271697;
}
</style>
border-color css
<style>
span { border-color: #271697; }
span { border-color: rgb(39,22,151); }
td.TdClassName
{
border-color: #271697;
}
.TagClassName
{
border-color: #271697;
}
</style>