Html Css Color HEX #47219F Blue Gem

📋 copy color: '#47219F'

red 71 ◦ green 33 ◦ blue 159

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

Shades of Blue Gem #47219F

Tints of Blue Gem #47219F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60.46%

R = 27%
G = 12.55%
B = 60.46%

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

#47219F (or 0x47219F) is known color: Blue Gem. HEX triplet: 47, 21 and 9F. RGB value is (71,33,159). Sum of RGB (Red+Green+Blue) = 71+33+159=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #47219F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47219F is #B8DE60. Grayscale: #3A3A3A. Windows color (decimal): -12115553 or 10428743. OLE color: 10428743.

HSL color Cylindrical-coordinate representation of color #47219F: hue angle of 258.1º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47219F is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 33 159 -
CMYK 0.55 0.79 0 0.38
HSL 258.1º 0.66% 0.38% -
HSV(B) 258.1º 0.79% 0.62% -
XYZ 9.4 4.93 33.26 -
YUV 58.73 184.59 136.75 -
System Red Green Blue C M Y K H S L
Decimal 71 33 159 0.55 0.79 0 0.38 258.1 0.66 0.38
Hex 47 21 9F 37 4F 0 26 102 42 26
Octal 107 41 237 67 117 0 46 402 102 46
Binary 1000111 100001 10011111 110111 1001111 0 100110 100000010 1000010 100110

Color Harmonies of #47219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47219F

Black with #47219F

Text Example


Text Example

White with #47219F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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