Html Css Color HEX #27279F Egyptian Blue

📋 copy color: '#27279F'

red 39 ◦ green 39 ◦ blue 159

#27279F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #27279F

Tints of Egyptian Blue #27279F

RGB

 RED value IS 39 (15.63% from 255) = 16.46%

 GREEN value IS 39 (15.63% from 255) = 16.46%

 BLUE value IS 159 (62.5% from 255) = 67.09%

R = 16.46%
G = 16.46%
B = 67.09%

CMYK

 C value IS 0.75

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27279F (or 0x27279F) is known color: Egyptian Blue. HEX triplet: 27, 27 and 9F. RGB value is (39,39,159). Sum of RGB (Red+Green+Blue) = 39+39+159=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #27279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27279F is #D8D860. Grayscale: #343434. Windows color (decimal): -14211169 or 10430247. OLE color: 10430247.

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

Color convert

RGB 39 39 159 -
CMYK 0.75 0.75 0 0.38
HSL 240º 0.61% 0.39% -
HSV(B) 240º 0.75% 0.62% -
XYZ 7.82 4.39 33.24 -
YUV 52.68 188 118.24 -
System Red Green Blue C M Y K H S L
Decimal 39 39 159 0.75 0.75 0 0.38 240 0.61 0.39
Hex 27 27 9F 4B 4B 0 26 F0 3D 27
Octal 47 47 237 113 113 0 46 360 75 47
Binary 100111 100111 10011111 1001011 1001011 0 100110 11110000 111101 100111

Color Harmonies of #27279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27279F

Black with #27279F

Text Example


Text Example

White with #27279F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27279F;
 }
 .AnyTagClassName
 {
   color: #27279F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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