Shades of Egyptian Blue #27259D
Tints of Egyptian Blue #27259D
RGB
CMYK
RGB Variations
Color information
#27259D (or 0x27259D) is known color: Egyptian Blue. HEX triplet: 27, 25 and 9D. RGB value is (39,37,157). Sum of RGB (Red+Green+Blue) = 39+37+157=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 157 (61.72% from 255 or 67.38% from 233); Max value from RGB is 157 - color contains mainly: blue. Hex color #27259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27259D is #D8DA62. Grayscale: #323232. Windows color (decimal): -14211683 or 10298663. OLE color: 10298663.
HSL color Cylindrical-coordinate representation of color #27259D: hue angle of 241º 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 #27259D is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 37 | 157 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.38 |
| HSL | 241º | 0.62% | 0.38% | - |
| HSV(B) | 241º | 0.76% | 0.62% | - |
| XYZ | 7.58 | 4.19 | 32.31 | - |
| YUV | 51.28 | 187.66 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 37 | 157 | 0.75 | 0.76 | 0 | 0.38 | 241 | 0.62 | 0.38 |
| Hex | 27 | 25 | 9D | 4B | 4C | 0 | 26 | F1 | 3E | 26 |
| Octal | 47 | 45 | 235 | 113 | 114 | 0 | 46 | 361 | 76 | 46 |
| Binary | 100111 | 100101 | 10011101 | 1001011 | 1001100 | 0 | 100110 | 11110001 | 111110 | 100110 |
Color Harmonies of #27259D
Complementary color
Monochromatic Colors of #27259D
Black with #27259D
Text Example
Text Example
White with #27259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27259D; }
p { color: rgb(39,37,157); }
H1.HeaderClassName
{
color: #27259D;
}
.AnyTagClassName
{
color: #27259D;
}
</style>
background-color css
<style>
a { background-color: #27259D; }
a { background-color: rgb(39,37,157); }
div.DivClassName
{
background-color: #27259D;
}
.BgClassName
{
background-color: #27259D;
}
</style>
border-color css
<style>
span { border-color: #27259D; }
span { border-color: rgb(39,37,157); }
td.TdClassName
{
border-color: #27259D;
}
.TagClassName
{
border-color: #27259D;
}
</style>