Html Css Color HEX #4D31AD Blue Gem

📋 copy color: '#4D31AD'

red 77 ◦ green 49 ◦ blue 173

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

Shades of Blue Gem #4D31AD

Tints of Blue Gem #4D31AD

RGB

 RED value IS 77 (30.47% from 255) = 25.75%

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

 BLUE value IS 173 (67.97% from 255) = 57.86%

R = 25.75%
G = 16.39%
B = 57.86%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D31AD (or 0x4D31AD) is known color: Blue Gem. HEX triplet: 4D, 31 and AD. RGB value is (77,49,173). Sum of RGB (Red+Green+Blue) = 77+49+173=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D31AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D31AD is #B2CE52. Grayscale: #474747. Windows color (decimal): -11718227 or 11350349. OLE color: 11350349.

HSL color Cylindrical-coordinate representation of color #4D31AD: hue angle of 253.55º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D31AD is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 49 173 -
CMYK 0.55 0.72 0 0.32
HSL 253.55º 0.56% 0.44% -
HSV(B) 253.55º 0.72% 0.68% -
XYZ 11.7 6.79 40.23 -
YUV 71.51 185.28 131.92 -
System Red Green Blue C M Y K H S L
Decimal 77 49 173 0.55 0.72 0 0.32 253.55 0.56 0.44
Hex 4D 31 AD 37 48 0 20 FE 38 2C
Octal 115 61 255 67 110 0 40 376 70 54
Binary 1001101 110001 10101101 110111 1001000 0 100000 11111110 111000 101100

Color Harmonies of #4D31AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D31AD

Black with #4D31AD

Text Example


Text Example

White with #4D31AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,49,173); }

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

background-color css

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

 a { background-color: rgb(77,49,173); }

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

border-color css

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

 span { border-color: rgb(77,49,173); }

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