Shades of Egyptian Blue #28259D
Tints of Egyptian Blue #28259D
RGB
CMYK
RGB Variations
Color information
#28259D (or 0x28259D) is known color: Egyptian Blue. HEX triplet: 28, 25 and 9D. RGB value is (40,37,157). Sum of RGB (Red+Green+Blue) = 40+37+157=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #28259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28259D is #D7DA62. Grayscale: #333333. Windows color (decimal): -14146147 or 10298664. OLE color: 10298664.
HSL color Cylindrical-coordinate representation of color #28259D: hue angle of 241.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28259D is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 37 | 157 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.38 |
| HSL | 241.5º | 0.62% | 0.38% | - |
| HSV(B) | 241.5º | 0.76% | 0.62% | - |
| XYZ | 7.62 | 4.21 | 32.31 | - |
| YUV | 51.58 | 187.49 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 157 | 0.75 | 0.76 | 0 | 0.38 | 241.5 | 0.62 | 0.38 |
| Hex | 28 | 25 | 9D | 4B | 4C | 0 | 26 | F2 | 3E | 26 |
| Octal | 50 | 45 | 235 | 113 | 114 | 0 | 46 | 362 | 76 | 46 |
| Binary | 101000 | 100101 | 10011101 | 1001011 | 1001100 | 0 | 100110 | 11110010 | 111110 | 100110 |
Color Harmonies of #28259D
Complementary color
Monochromatic Colors of #28259D
Black with #28259D
Text Example
Text Example
White with #28259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28259D; }
p { color: rgb(40,37,157); }
H1.HeaderClassName
{
color: #28259D;
}
.AnyTagClassName
{
color: #28259D;
}
</style>
background-color css
<style>
a { background-color: #28259D; }
a { background-color: rgb(40,37,157); }
div.DivClassName
{
background-color: #28259D;
}
.BgClassName
{
background-color: #28259D;
}
</style>
border-color css
<style>
span { border-color: #28259D; }
span { border-color: rgb(40,37,157); }
td.TdClassName
{
border-color: #28259D;
}
.TagClassName
{
border-color: #28259D;
}
</style>