Shades of Egyptian Blue #282799
Tints of Egyptian Blue #282799
RGB
CMYK
RGB Variations
Color information
#282799 (or 0x282799) is known color: Egyptian Blue. HEX triplet: 28, 27 and 99. RGB value is (40,39,153). Sum of RGB (Red+Green+Blue) = 40+39+153=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #282799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282799 is #D7D866. Grayscale: #333333. Windows color (decimal): -14145639 or 10037032. OLE color: 10037032.
HSL color Cylindrical-coordinate representation of color #282799: hue angle of 240.53º degrees, saturation: 0.59, 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 #282799 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 39 | 153 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.4 |
| HSL | 240.53º | 0.59% | 0.38% | - |
| HSV(B) | 240.53º | 0.75% | 0.6% | - |
| XYZ | 7.35 | 4.2 | 30.56 | - |
| YUV | 52.3 | 184.83 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 153 | 0.74 | 0.75 | 0 | 0.4 | 240.53 | 0.59 | 0.38 |
| Hex | 28 | 27 | 99 | 4A | 4B | 0 | 28 | F1 | 3B | 26 |
| Octal | 50 | 47 | 231 | 112 | 113 | 0 | 50 | 361 | 73 | 46 |
| Binary | 101000 | 100111 | 10011001 | 1001010 | 1001011 | 0 | 101000 | 11110001 | 111011 | 100110 |
Color Harmonies of #282799
Complementary color
Monochromatic Colors of #282799
Black with #282799
Text Example
Text Example
White with #282799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282799; }
p { color: rgb(40,39,153); }
H1.HeaderClassName
{
color: #282799;
}
.AnyTagClassName
{
color: #282799;
}
</style>
background-color css
<style>
a { background-color: #282799; }
a { background-color: rgb(40,39,153); }
div.DivClassName
{
background-color: #282799;
}
.BgClassName
{
background-color: #282799;
}
</style>
border-color css
<style>
span { border-color: #282799; }
span { border-color: rgb(40,39,153); }
td.TdClassName
{
border-color: #282799;
}
.TagClassName
{
border-color: #282799;
}
</style>