Html Css Color HEX #47219C Blue Gem

📋 copy color: '#47219C'

red 71 ◦ green 33 ◦ blue 156

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

Shades of Blue Gem #47219C

Tints of Blue Gem #47219C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60%

R = 27.31%
G = 12.69%
B = 60%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47219C (or 0x47219C) is known color: Blue Gem. HEX triplet: 47, 21 and 9C. RGB value is (71,33,156). Sum of RGB (Red+Green+Blue) = 71+33+156=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #47219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47219C is #B8DE63. Grayscale: #393939. Windows color (decimal): -12115556 or 10232135. OLE color: 10232135.

HSL color Cylindrical-coordinate representation of color #47219C: hue angle of 258.54º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47219C is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 33 156 -
CMYK 0.54 0.79 0 0.39
HSL 258.54º 0.65% 0.37% -
HSV(B) 258.54º 0.79% 0.61% -
XYZ 9.14 4.83 31.9 -
YUV 58.38 183.09 137 -
System Red Green Blue C M Y K H S L
Decimal 71 33 156 0.54 0.79 0 0.39 258.54 0.65 0.37
Hex 47 21 9C 36 4F 0 27 103 41 25
Octal 107 41 234 66 117 0 47 403 101 45
Binary 1000111 100001 10011100 110110 1001111 0 100111 100000011 1000001 100101

Color Harmonies of #47219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47219C

Black with #47219C

Text Example


Text Example

White with #47219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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