Html Css Color HEX #27319C Egyptian Blue

📋 copy color: '#27319C'

red 39 ◦ green 49 ◦ blue 156

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

Shades of Egyptian Blue #27319C

Tints of Egyptian Blue #27319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.93%

R = 15.98%
G = 20.08%
B = 63.93%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27319C (or 0x27319C) is known color: Egyptian Blue. HEX triplet: 27, 31 and 9C. RGB value is (39,49,156). Sum of RGB (Red+Green+Blue) = 39+49+156=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #27319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27319C is #D8CE63. Grayscale: #393939. Windows color (decimal): -14208612 or 10236199. OLE color: 10236199.

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

Color convert

RGB 39 49 156 -
CMYK 0.75 0.69 0 0.39
HSL 234.87º 0.6% 0.38% -
HSV(B) 234.87º 0.75% 0.61% -
XYZ 7.94 5.03 32 -
YUV 58.21 183.19 114.3 -
System Red Green Blue C M Y K H S L
Decimal 39 49 156 0.75 0.69 0 0.39 234.87 0.6 0.38
Hex 27 31 9C 4B 45 0 27 EB 3C 26
Octal 47 61 234 113 105 0 47 353 74 46
Binary 100111 110001 10011100 1001011 1000101 0 100111 11101011 111100 100110

Color Harmonies of #27319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27319C

Black with #27319C

Text Example


Text Example

White with #27319C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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