Html Css Color HEX #47219D Blue Gem

📋 copy color: '#47219D'

red 71 ◦ green 33 ◦ blue 157

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

Shades of Blue Gem #47219D

Tints of Blue Gem #47219D

RGB

 RED value IS 71 (28.13% from 255) = 27.2%

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

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

R = 27.2%
G = 12.64%
B = 60.15%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47219D (or 0x47219D) is known color: Blue Gem. HEX triplet: 47, 21 and 9D. RGB value is (71,33,157). Sum of RGB (Red+Green+Blue) = 71+33+157=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #47219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47219D is #B8DE62. Grayscale: #3A3A3A. Windows color (decimal): -12115555 or 10297671. OLE color: 10297671.

HSL color Cylindrical-coordinate representation of color #47219D: hue angle of 258.39º 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 #47219D is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 33 157 -
CMYK 0.55 0.79 0 0.38
HSL 258.39º 0.65% 0.37% -
HSV(B) 258.39º 0.79% 0.62% -
XYZ 9.23 4.86 32.35 -
YUV 58.5 183.59 136.92 -
System Red Green Blue C M Y K H S L
Decimal 71 33 157 0.55 0.79 0 0.38 258.39 0.65 0.37
Hex 47 21 9D 37 4F 0 26 102 41 25
Octal 107 41 235 67 117 0 46 402 101 45
Binary 1000111 100001 10011101 110111 1001111 0 100110 100000010 1000001 100101

Color Harmonies of #47219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47219D

Black with #47219D

Text Example


Text Example

White with #47219D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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