Shades of Egyptian Blue #27299A
Tints of Egyptian Blue #27299A
RGB
CMYK
RGB Variations
Color information
#27299A (or 0x27299A) is known color: Egyptian Blue. HEX triplet: 27, 29 and 9A. RGB value is (39,41,154). Sum of RGB (Red+Green+Blue) = 39+41+154=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #27299A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27299A is #D8D665. Grayscale: #343434. Windows color (decimal): -14210662 or 10103079. OLE color: 10103079.
HSL color Cylindrical-coordinate representation of color #27299A: hue angle of 238.96º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27299A is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 41 | 154 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.40 |
| HSL | 238.96º | 0.6% | 0.38% | - |
| HSV(B) | 238.96º | 0.75% | 0.6% | - |
| XYZ | 7.46 | 4.35 | 31.02 | - |
| YUV | 53.28 | 184.84 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 41 | 154 | 0.75 | 0.73 | 0 | 0.40 | 238.96 | 0.6 | 0.38 |
| Hex | 27 | 29 | 9A | 4B | 49 | 0 | 28 | EF | 3C | 26 |
| Octal | 47 | 51 | 232 | 113 | 111 | 0 | 50 | 357 | 74 | 46 |
| Binary | 100111 | 101001 | 10011010 | 1001011 | 1001001 | 0 | 101000 | 11101111 | 111100 | 100110 |
Color Harmonies of #27299A
Complementary color
Monochromatic Colors of #27299A
Black with #27299A
Text Example
Text Example
White with #27299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27299A; }
p { color: rgb(39,41,154); }
H1.HeaderClassName
{
color: #27299A;
}
.AnyTagClassName
{
color: #27299A;
}
</style>
background-color css
<style>
a { background-color: #27299A; }
a { background-color: rgb(39,41,154); }
div.DivClassName
{
background-color: #27299A;
}
.BgClassName
{
background-color: #27299A;
}
</style>
border-color css
<style>
span { border-color: #27299A; }
span { border-color: rgb(39,41,154); }
td.TdClassName
{
border-color: #27299A;
}
.TagClassName
{
border-color: #27299A;
}
</style>