Html Css Color HEX #27259F Egyptian Blue

📋 copy color: '#27259F'

red 39 ◦ green 37 ◦ blue 159

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

Shades of Egyptian Blue #27259F

Tints of Egyptian Blue #27259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.74%

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

R = 16.6%
G = 15.74%
B = 67.66%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27259F (or 0x27259F) is known color: Egyptian Blue. HEX triplet: 27, 25 and 9F. RGB value is (39,37,159). Sum of RGB (Red+Green+Blue) = 39+37+159=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 159 (62.5% from 255 or 67.66% from 235); Max value from RGB is 159 - color contains mainly: blue. Hex color #27259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27259F is #D8DA60. Grayscale: #333333. Windows color (decimal): -14211681 or 10429735. OLE color: 10429735.

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

Color convert

RGB 39 37 159 -
CMYK 0.75 0.77 0 0.38
HSL 240.98º 0.62% 0.38% -
HSV(B) 240.98º 0.77% 0.62% -
XYZ 7.76 4.26 33.21 -
YUV 51.51 188.66 119.08 -
System Red Green Blue C M Y K H S L
Decimal 39 37 159 0.75 0.77 0 0.38 240.98 0.62 0.38
Hex 27 25 9F 4B 4D 0 26 F1 3E 26
Octal 47 45 237 113 115 0 46 361 76 46
Binary 100111 100101 10011111 1001011 1001101 0 100110 11110001 111110 100110

Color Harmonies of #27259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27259F

Black with #27259F

Text Example


Text Example

White with #27259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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