Shades of Egyptian Blue #28279F
Tints of Egyptian Blue #28279F
RGB
CMYK
RGB Variations
Color information
#28279F (or 0x28279F) is known color: Egyptian Blue. HEX triplet: 28, 27 and 9F. RGB value is (40,39,159). Sum of RGB (Red+Green+Blue) = 40+39+159=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #28279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28279F is #D7D860. Grayscale: #343434. Windows color (decimal): -14145633 or 10430248. OLE color: 10430248.
HSL color Cylindrical-coordinate representation of color #28279F: hue angle of 240.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28279F is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 39 | 159 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.38 |
| HSL | 240.5º | 0.61% | 0.39% | - |
| HSV(B) | 240.5º | 0.75% | 0.62% | - |
| XYZ | 7.86 | 4.41 | 33.24 | - |
| YUV | 52.98 | 187.83 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 159 | 0.75 | 0.75 | 0 | 0.38 | 240.5 | 0.61 | 0.39 |
| Hex | 28 | 27 | 9F | 4B | 4B | 0 | 26 | F0 | 3D | 27 |
| Octal | 50 | 47 | 237 | 113 | 113 | 0 | 46 | 360 | 75 | 47 |
| Binary | 101000 | 100111 | 10011111 | 1001011 | 1001011 | 0 | 100110 | 11110000 | 111101 | 100111 |
Color Harmonies of #28279F
Complementary color
Monochromatic Colors of #28279F
Black with #28279F
Text Example
Text Example
White with #28279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28279F; }
p { color: rgb(40,39,159); }
H1.HeaderClassName
{
color: #28279F;
}
.AnyTagClassName
{
color: #28279F;
}
</style>
background-color css
<style>
a { background-color: #28279F; }
a { background-color: rgb(40,39,159); }
div.DivClassName
{
background-color: #28279F;
}
.BgClassName
{
background-color: #28279F;
}
</style>
border-color css
<style>
span { border-color: #28279F; }
span { border-color: rgb(40,39,159); }
td.TdClassName
{
border-color: #28279F;
}
.TagClassName
{
border-color: #28279F;
}
</style>