Html Css Color HEX #272895 Egyptian Blue

📋 copy color: '#272895'

red 39 ◦ green 40 ◦ blue 149

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

Shades of Egyptian Blue #272895

Tints of Egyptian Blue #272895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.54%

 BLUE value IS 149 (58.59% from 255) = 65.35%

R = 17.11%
G = 17.54%
B = 65.35%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#272895 (or 0x272895) is known color: Egyptian Blue. HEX triplet: 27, 28 and 95. RGB value is (39,40,149). Sum of RGB (Red+Green+Blue) = 39+40+149=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #272895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272895 is #D8D76A. Grayscale: #333333. Windows color (decimal): -14210923 or 9775143. OLE color: 9775143.

HSL color Cylindrical-coordinate representation of color #272895: hue angle of 239.45º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #272895 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 40 149 -
CMYK 0.74 0.73 0 0.42
HSL 239.45º 0.59% 0.37% -
HSV(B) 239.45º 0.74% 0.58% -
XYZ 7.02 4.12 28.86 -
YUV 52.13 182.67 118.64 -
System Red Green Blue C M Y K H S L
Decimal 39 40 149 0.74 0.73 0 0.42 239.45 0.59 0.37
Hex 27 28 95 4A 49 0 2A EF 3B 25
Octal 47 50 225 112 111 0 52 357 73 45
Binary 100111 101000 10010101 1001010 1001001 0 101010 11101111 111011 100101

Color Harmonies of #272895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272895

Black with #272895

Text Example


Text Example

White with #272895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272895; }

 p { color: rgb(39,40,149); }

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

background-color css

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

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

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

border-color css

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

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

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