#27279d

Color #27279D Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #27279D

Tints of Egyptian Blue #27279D

Color information

#27279D (or 0x27279D) is unknown color: approx Egyptian Blue. HEX triplet: 27, 27 and 9D. RGB value is (39,39,157). Sum of RGB (Red+Green+Blue) = 39+39+157=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #27279D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27279D is #D8D862. Grayscale: #333333. Windows color (decimal): -14211171 or 10299175. OLE color: 10299175.

HSL color Cylindrical-coordinate representation of color #27279D: hue angle of 240º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27279D is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3939157-
CMYK0.750.7500.38
HSL240º60.2%38.43%-
HSV(B)240º75.16%61.57%-
XYZ7.654.3232.33-
YUV52.45187118.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 16.60%
GREEN value IS 39 (15.62% from 255) = 16.60%
BLUE value IS 157 (61.72% from 255) = 66.81%
R=16.60%
G=16.60%
B=66.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39391570.750.7500.3824060.238.43
Hex27279D4B4B026f03c26
Octal47472351131130463607446
Binary1001111001111001110110010111001011010011011110000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27279d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27279d; }

 p { color: rgb(39,39,157); }

 H1.HeaderClassName
 {
   color: #27279d;
 }
 .AnyTagClassName
 {
   color: #27279d;
 }
</style>
background-color css

<style>
 a { background-color: #27279d; }

 a { background-color: rgb(39,39,157); }

 div.DivClassName
 {
   background-color: #27279d;
 }
 .BgClassName
 {
   background-color: #27279d;
 }
</style>
border-color css

<style>
 span { border-color: #27279d; }

 span { border-color: rgb(39,39,157); }

 td.TdClassName
 {
   border-color: #27279d;
 }
 .TagClassName
 {
   border-color: #27279d;
 }
</style>