Html Css Color HEX #4E31A5 Blue Gem

📋 copy color: '#4E31A5'

red 78 ◦ green 49 ◦ blue 165

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

Shades of Blue Gem #4E31A5

Tints of Blue Gem #4E31A5

RGB

 RED value IS 78 (30.86% from 255) = 26.71%

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

 BLUE value IS 165 (64.84% from 255) = 56.51%

R = 26.71%
G = 16.78%
B = 56.51%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4E31A5 (or 0x4E31A5) is known color: Blue Gem. HEX triplet: 4E, 31 and A5. RGB value is (78,49,165). Sum of RGB (Red+Green+Blue) = 78+49+165=292 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.71% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 165 (64.84% from 255 or 56.51% from 292); Max value from RGB is 165 - color contains mainly: blue. Hex color #4E31A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E31A5 is #B1CE5A. Grayscale: #464646. Windows color (decimal): -11652699 or 10826062. OLE color: 10826062.

HSL color Cylindrical-coordinate representation of color #4E31A5: hue angle of 255º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E31A5 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 78 49 165 -
CMYK 0.53 0.70 0 0.35
HSL 255º 0.54% 0.42% -
HSV(B) 255º 0.7% 0.65% -
XYZ 11.03 6.53 36.28 -
YUV 70.9 181.11 133.07 -
System Red Green Blue C M Y K H S L
Decimal 78 49 165 0.53 0.70 0 0.35 255 0.54 0.42
Hex 4E 31 A5 35 46 0 23 FF 36 2A
Octal 116 61 245 65 106 0 43 377 66 52
Binary 1001110 110001 10100101 110101 1000110 0 100011 11111111 110110 101010

Color Harmonies of #4E31A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E31A5

Black with #4E31A5

Text Example


Text Example

White with #4E31A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E31A5; }

 p { color: rgb(78,49,165); }

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

background-color css

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

 a { background-color: rgb(78,49,165); }

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

border-color css

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

 span { border-color: rgb(78,49,165); }

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