Shades of Egyptian Blue #27319B
Tints of Egyptian Blue #27319B
RGB
CMYK
RGB Variations
Color information
#27319B (or 0x27319B) is known color: Egyptian Blue. HEX triplet: 27, 31 and 9B. RGB value is (39,49,155). Sum of RGB (Red+Green+Blue) = 39+49+155=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #27319B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27319B is #D8CE64. Grayscale: #393939. Windows color (decimal): -14208613 or 10170663. OLE color: 10170663.
HSL color Cylindrical-coordinate representation of color #27319B: hue angle of 234.83º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27319B is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 49 | 155 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.39 |
| HSL | 234.83º | 0.6% | 0.38% | - |
| HSV(B) | 234.83º | 0.75% | 0.61% | - |
| XYZ | 7.85 | 4.99 | 31.56 | - |
| YUV | 58.09 | 182.69 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 155 | 0.75 | 0.68 | 0 | 0.39 | 234.83 | 0.6 | 0.38 |
| Hex | 27 | 31 | 9B | 4B | 44 | 0 | 27 | EB | 3C | 26 |
| Octal | 47 | 61 | 233 | 113 | 104 | 0 | 47 | 353 | 74 | 46 |
| Binary | 100111 | 110001 | 10011011 | 1001011 | 1000100 | 0 | 100111 | 11101011 | 111100 | 100110 |
Color Harmonies of #27319B
Complementary color
Monochromatic Colors of #27319B
Black with #27319B
Text Example
Text Example
White with #27319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27319B; }
p { color: rgb(39,49,155); }
H1.HeaderClassName
{
color: #27319B;
}
.AnyTagClassName
{
color: #27319B;
}
</style>
background-color css
<style>
a { background-color: #27319B; }
a { background-color: rgb(39,49,155); }
div.DivClassName
{
background-color: #27319B;
}
.BgClassName
{
background-color: #27319B;
}
</style>
border-color css
<style>
span { border-color: #27319B; }
span { border-color: rgb(39,49,155); }
td.TdClassName
{
border-color: #27319B;
}
.TagClassName
{
border-color: #27319B;
}
</style>