Html Css Color HEX #27319F Egyptian Blue

📋 copy color: '#27319F'

red 39 ◦ green 49 ◦ blue 159

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

Shades of Egyptian Blue #27319F

Tints of Egyptian Blue #27319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.84%

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

R = 15.79%
G = 19.84%
B = 64.37%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27319F (or 0x27319F) is known color: Egyptian Blue. HEX triplet: 27, 31 and 9F. RGB value is (39,49,159). Sum of RGB (Red+Green+Blue) = 39+49+159=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #27319F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27319F is #D8CE60. Grayscale: #3A3A3A. Windows color (decimal): -14208609 or 10432807. OLE color: 10432807.

HSL color Cylindrical-coordinate representation of color #27319F: hue angle of 235º 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 #27319F is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 39 49 159 -
CMYK 0.75 0.69 0 0.38
HSL 235º 0.61% 0.39% -
HSV(B) 235º 0.75% 0.62% -
XYZ 8.19 5.13 33.36 -
YUV 58.55 184.69 114.06 -
System Red Green Blue C M Y K H S L
Decimal 39 49 159 0.75 0.69 0 0.38 235 0.61 0.39
Hex 27 31 9F 4B 45 0 26 EB 3D 27
Octal 47 61 237 113 105 0 46 353 75 47
Binary 100111 110001 10011111 1001011 1000101 0 100110 11101011 111101 100111

Color Harmonies of #27319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27319F

Black with #27319F

Text Example


Text Example

White with #27319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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