Html Css Color HEX #47316D Blue Diamond

📋 copy color: '#47316D'

red 71 ◦ green 49 ◦ blue 109

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

Shades of Blue Diamond #47316D

Tints of Blue Diamond #47316D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 47.6%

R = 31%
G = 21.4%
B = 47.6%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47316D (or 0x47316D) is known color: Blue Diamond. HEX triplet: 47, 31 and 6D. RGB value is (71,49,109). Sum of RGB (Red+Green+Blue) = 71+49+109=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #47316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47316D is #B8CE92. Grayscale: #3E3E3E. Windows color (decimal): -12111507 or 7156039. OLE color: 7156039.

HSL color Cylindrical-coordinate representation of color #47316D: hue angle of 262º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47316D is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 49 109 -
CMYK 0.35 0.55 0 0.57
HSL 262º 0.38% 0.31% -
HSV(B) 262º 0.55% 0.43% -
XYZ 6.46 4.64 15.02 -
YUV 62.42 154.29 134.12 -
System Red Green Blue C M Y K H S L
Decimal 71 49 109 0.35 0.55 0 0.57 262 0.38 0.31
Hex 47 31 6D 23 37 0 39 106 26 1F
Octal 107 61 155 43 67 0 71 406 46 37
Binary 1000111 110001 1101101 100011 110111 0 111001 100000110 100110 11111

Color Harmonies of #47316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47316D

Black with #47316D

Text Example


Text Example

White with #47316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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