Shades of Ultramarine #2701A1
Tints of Ultramarine #2701A1
RGB
CMYK
RGB Variations
Color information
#2701A1 (or 0x2701A1) is known color: Ultramarine. HEX triplet: 27, 01 and A1. RGB value is (39,1,161). Sum of RGB (Red+Green+Blue) = 39+1+161=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 161 (63.28% from 255 or 80.10% from 201); Max value from RGB is 161 - color contains mainly: blue. Hex color #2701A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2701A1 is #D8FE5E. Grayscale: #1E1E1E. Windows color (decimal): -14220895 or 10551591. OLE color: 10551591.
HSL color Cylindrical-coordinate representation of color #2701A1: hue angle of 254.25º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2701A1 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 1 | 161 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.37 |
| HSL | 254.25º | 0.99% | 0.32% | - |
| HSV(B) | 254.25º | 0.99% | 0.63% | - |
| XYZ | 7.28 | 3.03 | 33.92 | - |
| YUV | 30.6 | 201.59 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 161 | 0.76 | 0.99 | 0 | 0.37 | 254.25 | 0.99 | 0.32 |
| Hex | 27 | 1 | A1 | 4C | 63 | 0 | 25 | FE | 63 | 20 |
| Octal | 47 | 1 | 241 | 114 | 143 | 0 | 45 | 376 | 143 | 40 |
| Binary | 100111 | 1 | 10100001 | 1001100 | 1100011 | 0 | 100101 | 11111110 | 1100011 | 100000 |
Color Harmonies of #2701A1
Complementary color
Monochromatic Colors of #2701A1
Black with #2701A1
Text Example
Text Example
White with #2701A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2701A1; }
p { color: rgb(39,1,161); }
H1.HeaderClassName
{
color: #2701A1;
}
.AnyTagClassName
{
color: #2701A1;
}
</style>
background-color css
<style>
a { background-color: #2701A1; }
a { background-color: rgb(39,1,161); }
div.DivClassName
{
background-color: #2701A1;
}
.BgClassName
{
background-color: #2701A1;
}
</style>
border-color css
<style>
span { border-color: #2701A1; }
span { border-color: rgb(39,1,161); }
td.TdClassName
{
border-color: #2701A1;
}
.TagClassName
{
border-color: #2701A1;
}
</style>