Html Css Color HEX #28319D Egyptian Blue

📋 copy color: '#28319D'

red 40 ◦ green 49 ◦ blue 157

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

Shades of Egyptian Blue #28319D

Tints of Egyptian Blue #28319D

RGB

 RED value IS 40 (16.02% from 255) = 16.26%

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

 BLUE value IS 157 (61.72% from 255) = 63.82%

R = 16.26%
G = 19.92%
B = 63.82%

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

#28319D (or 0x28319D) is known color: Egyptian Blue. HEX triplet: 28, 31 and 9D. RGB value is (40,49,157). Sum of RGB (Red+Green+Blue) = 40+49+157=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #28319D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28319D is #D7CE62. Grayscale: #3A3A3A. Windows color (decimal): -14143075 or 10301736. OLE color: 10301736.

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

Color convert

RGB 40 49 157 -
CMYK 0.75 0.69 0 0.38
HSL 235.38º 0.59% 0.39% -
HSV(B) 235.38º 0.75% 0.62% -
XYZ 8.06 5.08 32.45 -
YUV 58.62 183.52 114.72 -
System Red Green Blue C M Y K H S L
Decimal 40 49 157 0.75 0.69 0 0.38 235.38 0.59 0.39
Hex 28 31 9D 4B 45 0 26 EB 3B 27
Octal 50 61 235 113 105 0 46 353 73 47
Binary 101000 110001 10011101 1001011 1000101 0 100110 11101011 111011 100111

Color Harmonies of #28319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28319D

Black with #28319D

Text Example


Text Example

White with #28319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28319D; }

 p { color: rgb(40,49,157); }

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

background-color css

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

 a { background-color: rgb(40,49,157); }

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

border-color css

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

 span { border-color: rgb(40,49,157); }

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