Html Css Color HEX #4D219D Blue Gem

📋 copy color: '#4D219D'

red 77 ◦ green 33 ◦ blue 157

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

Shades of Blue Gem #4D219D

Tints of Blue Gem #4D219D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.36%

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

R = 28.84%
G = 12.36%
B = 58.8%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D219D (or 0x4D219D) is known color: Blue Gem. HEX triplet: 4D, 21 and 9D. RGB value is (77,33,157). Sum of RGB (Red+Green+Blue) = 77+33+157=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D219D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D219D is #B2DE62. Grayscale: #3B3B3B. Windows color (decimal): -11722339 or 10297677. OLE color: 10297677.

HSL color Cylindrical-coordinate representation of color #4D219D: hue angle of 261.29º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D219D is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 33 157 -
CMYK 0.51 0.79 0 0.38
HSL 261.29º 0.65% 0.37% -
HSV(B) 261.29º 0.79% 0.62% -
XYZ 9.69 5.1 32.37 -
YUV 60.29 182.58 139.92 -
System Red Green Blue C M Y K H S L
Decimal 77 33 157 0.51 0.79 0 0.38 261.29 0.65 0.37
Hex 4D 21 9D 33 4F 0 26 105 41 25
Octal 115 41 235 63 117 0 46 405 101 45
Binary 1001101 100001 10011101 110011 1001111 0 100110 100000101 1000001 100101

Color Harmonies of #4D219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D219D

Black with #4D219D

Text Example


Text Example

White with #4D219D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,33,157); }

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

background-color css

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

 a { background-color: rgb(77,33,157); }

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

border-color css

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

 span { border-color: rgb(77,33,157); }

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