Html Css Color HEX #47229D Blue Gem

📋 copy color: '#47229D'

red 71 ◦ green 34 ◦ blue 157

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

Shades of Blue Gem #47229D

Tints of Blue Gem #47229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.98%

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

R = 27.1%
G = 12.98%
B = 59.92%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47229D (or 0x47229D) is known color: Blue Gem. HEX triplet: 47, 22 and 9D. RGB value is (71,34,157). Sum of RGB (Red+Green+Blue) = 71+34+157=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #47229D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47229D is #B8DD62. Grayscale: #3A3A3A. Windows color (decimal): -12115299 or 10297927. OLE color: 10297927.

HSL color Cylindrical-coordinate representation of color #47229D: hue angle of 258.05º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #47229D is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 34 157 -
CMYK 0.55 0.78 0 0.38
HSL 258.05º 0.64% 0.37% -
HSV(B) 258.05º 0.78% 0.62% -
XYZ 9.26 4.92 32.36 -
YUV 59.09 183.26 136.5 -
System Red Green Blue C M Y K H S L
Decimal 71 34 157 0.55 0.78 0 0.38 258.05 0.64 0.37
Hex 47 22 9D 37 4E 0 26 102 40 25
Octal 107 42 235 67 116 0 46 402 100 45
Binary 1000111 100010 10011101 110111 1001110 0 100110 100000010 1000000 100101

Color Harmonies of #47229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47229D

Black with #47229D

Text Example


Text Example

White with #47229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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