Html Css Color HEX #47318A Blue Gem

📋 copy color: '#47318A'

red 71 ◦ green 49 ◦ blue 138

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

Shades of Blue Gem #47318A

Tints of Blue Gem #47318A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.49%

R = 27.52%
G = 18.99%
B = 53.49%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47318A (or 0x47318A) is known color: Blue Gem. HEX triplet: 47, 31 and 8A. RGB value is (71,49,138). Sum of RGB (Red+Green+Blue) = 71+49+138=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #47318A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47318A is #B8CE75. Grayscale: #414141. Windows color (decimal): -12111478 or 9056583. OLE color: 9056583.

HSL color Cylindrical-coordinate representation of color #47318A: hue angle of 254.83º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47318A is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 49 138 -
CMYK 0.49 0.64 0 0.46
HSL 254.83º 0.48% 0.37% -
HSV(B) 254.83º 0.64% 0.54% -
XYZ 8.28 5.37 24.64 -
YUV 65.72 168.79 131.76 -
System Red Green Blue C M Y K H S L
Decimal 71 49 138 0.49 0.64 0 0.46 254.83 0.48 0.37
Hex 47 31 8A 31 40 0 2E FF 30 25
Octal 107 61 212 61 100 0 56 377 60 45
Binary 1000111 110001 10001010 110001 1000000 0 101110 11111111 110000 100101

Color Harmonies of #47318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47318A

Black with #47318A

Text Example


Text Example

White with #47318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47318A; }

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

 H1.HeaderClassName
 {
   color: #47318A;
 }
 .AnyTagClassName
 {
   color: #47318A;
 }
</style>

background-color css

<style>
 a { background-color: #47318A; }

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

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

border-color css

<style>
 span { border-color: #47318A; }

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

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