#27319A

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

Shades of Egyptian Blue #27319A

Tints of Egyptian Blue #27319A

Color information

#27319A (or 0x27319A) is unknown color: approx Egyptian Blue. HEX triplet: 27, 31 and 9A. RGB value is (39,49,154). Sum of RGB (Red+Green+Blue) = 39+49+154=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #27319A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27319A is #D8CE65. Grayscale: #393939. Windows color (decimal): -14208614 or 10105127. OLE color: 10105127.

HSL color Cylindrical-coordinate representation of color #27319A: hue angle of 234.78º degrees, saturation: 0.6, 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 #27319A is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3949154-
CMYK0.750.6800.40
HSL234.78º59.59%37.84%-
HSV(B)234.78º74.68%60.39%-
XYZ7.774.9631.12-
YUV57.98182.19114.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.12%
GREEN value IS 49 (19.53% from 255) = 20.25%
BLUE value IS 154 (60.55% from 255) = 63.64%
R=16.12%
G=20.25%
B=63.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal39491540.750.6800.40234.7859.5937.84
Hex27319A4B44028eb3c26
Octal47612321131040503537446
Binary1001111100011001101010010111000100010100011101011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27319A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27319A; }

 p { color: rgb(39,49,154); }

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

<style>
 a { background-color: #27319A; }

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

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

<style>
 span { border-color: #27319A; }

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

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