Shades of Egyptian Blue #272FA1
Tints of Egyptian Blue #272FA1
RGB
CMYK
RGB Variations
Color information
#272FA1 (or 0x272FA1) is known color: Egyptian Blue. HEX triplet: 27, 2F and A1. RGB value is (39,47,161). Sum of RGB (Red+Green+Blue) = 39+47+161=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 161 (63.28% from 255 or 65.18% from 247); Max value from RGB is 161 - color contains mainly: blue. Hex color #272FA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272FA1 is #D8D05E. Grayscale: #393939. Windows color (decimal): -14209119 or 10563367. OLE color: 10563367.
HSL color Cylindrical-coordinate representation of color #272FA1: hue angle of 236.07º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #272FA1 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 47 | 161 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.37 |
| HSL | 236.07º | 0.61% | 0.39% | - |
| HSV(B) | 236.07º | 0.76% | 0.63% | - |
| XYZ | 8.29 | 5.04 | 34.25 | - |
| YUV | 57.6 | 186.35 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 161 | 0.76 | 0.71 | 0 | 0.37 | 236.07 | 0.61 | 0.39 |
| Hex | 27 | 2F | A1 | 4C | 47 | 0 | 25 | EC | 3D | 27 |
| Octal | 47 | 57 | 241 | 114 | 107 | 0 | 45 | 354 | 75 | 47 |
| Binary | 100111 | 101111 | 10100001 | 1001100 | 1000111 | 0 | 100101 | 11101100 | 111101 | 100111 |
Color Harmonies of #272FA1
Complementary color
Monochromatic Colors of #272FA1
Black with #272FA1
Text Example
Text Example
White with #272FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272FA1; }
p { color: rgb(39,47,161); }
H1.HeaderClassName
{
color: #272FA1;
}
.AnyTagClassName
{
color: #272FA1;
}
</style>
background-color css
<style>
a { background-color: #272FA1; }
a { background-color: rgb(39,47,161); }
div.DivClassName
{
background-color: #272FA1;
}
.BgClassName
{
background-color: #272FA1;
}
</style>
border-color css
<style>
span { border-color: #272FA1; }
span { border-color: rgb(39,47,161); }
td.TdClassName
{
border-color: #272FA1;
}
.TagClassName
{
border-color: #272FA1;
}
</style>