Shades of Ultramarine #271EA1
Tints of Ultramarine #271EA1
RGB
CMYK
RGB Variations
Color information
#271EA1 (or 0x271EA1) is known color: Ultramarine. HEX triplet: 27, 1E and A1. RGB value is (39,30,161). Sum of RGB (Red+Green+Blue) = 39+30+161=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 161 (63.28% from 255 or 70% from 230); Max value from RGB is 161 - color contains mainly: blue. Hex color #271EA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271EA1 is #D8E15E. Grayscale: #2F2F2F. Windows color (decimal): -14213471 or 10559015. OLE color: 10559015.
HSL color Cylindrical-coordinate representation of color #271EA1: hue angle of 244.12º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #271EA1 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 30 | 161 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.37 |
| HSL | 244.12º | 0.69% | 0.37% | - |
| HSV(B) | 244.12º | 0.81% | 0.63% | - |
| XYZ | 7.73 | 3.93 | 34.07 | - |
| YUV | 47.63 | 191.98 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 30 | 161 | 0.76 | 0.81 | 0 | 0.37 | 244.12 | 0.69 | 0.37 |
| Hex | 27 | 1E | A1 | 4C | 51 | 0 | 25 | F4 | 45 | 25 |
| Octal | 47 | 36 | 241 | 114 | 121 | 0 | 45 | 364 | 105 | 45 |
| Binary | 100111 | 11110 | 10100001 | 1001100 | 1010001 | 0 | 100101 | 11110100 | 1000101 | 100101 |
Color Harmonies of #271EA1
Complementary color
Monochromatic Colors of #271EA1
Black with #271EA1
Text Example
Text Example
White with #271EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271EA1; }
p { color: rgb(39,30,161); }
H1.HeaderClassName
{
color: #271EA1;
}
.AnyTagClassName
{
color: #271EA1;
}
</style>
background-color css
<style>
a { background-color: #271EA1; }
a { background-color: rgb(39,30,161); }
div.DivClassName
{
background-color: #271EA1;
}
.BgClassName
{
background-color: #271EA1;
}
</style>
border-color css
<style>
span { border-color: #271EA1; }
span { border-color: rgb(39,30,161); }
td.TdClassName
{
border-color: #271EA1;
}
.TagClassName
{
border-color: #271EA1;
}
</style>