Html Css Color HEX #47319F Blue Gem

📋 copy color: '#47319F'

red 71 ◦ green 49 ◦ blue 159

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

Shades of Blue Gem #47319F

Tints of Blue Gem #47319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.56%

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

R = 25.45%
G = 17.56%
B = 56.99%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47319F (or 0x47319F) is known color: Blue Gem. HEX triplet: 47, 31 and 9F. RGB value is (71,49,159). Sum of RGB (Red+Green+Blue) = 71+49+159=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #47319F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47319F is #B8CE60. Grayscale: #434343. Windows color (decimal): -12111457 or 10432839. OLE color: 10432839.

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

Color convert

RGB 71 49 159 -
CMYK 0.55 0.69 0 0.38
HSL 252º 0.53% 0.41% -
HSV(B) 252º 0.69% 0.62% -
XYZ 9.95 6.04 33.44 -
YUV 68.12 179.29 130.06 -
System Red Green Blue C M Y K H S L
Decimal 71 49 159 0.55 0.69 0 0.38 252 0.53 0.41
Hex 47 31 9F 37 45 0 26 FC 35 29
Octal 107 61 237 67 105 0 46 374 65 51
Binary 1000111 110001 10011111 110111 1000101 0 100110 11111100 110101 101001

Color Harmonies of #47319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47319F

Black with #47319F

Text Example


Text Example

White with #47319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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