Html Css Color HEX #47316C Blue Diamond

📋 copy color: '#47316C'

red 71 ◦ green 49 ◦ blue 108

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

Shades of Blue Diamond #47316C

Tints of Blue Diamond #47316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.37%

R = 31.14%
G = 21.49%
B = 47.37%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47316C (or 0x47316C) is known color: Blue Diamond. HEX triplet: 47, 31 and 6C. RGB value is (71,49,108). Sum of RGB (Red+Green+Blue) = 71+49+108=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #47316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47316C is #B8CE93. Grayscale: #3E3E3E. Windows color (decimal): -12111508 or 7090503. OLE color: 7090503.

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

Color convert

RGB 71 49 108 -
CMYK 0.34 0.55 0 0.58
HSL 262.37º 0.38% 0.31% -
HSV(B) 262.37º 0.55% 0.42% -
XYZ 6.4 4.62 14.74 -
YUV 62.3 153.79 134.2 -
System Red Green Blue C M Y K H S L
Decimal 71 49 108 0.34 0.55 0 0.58 262.37 0.38 0.31
Hex 47 31 6C 22 37 0 3A 106 26 1F
Octal 107 61 154 42 67 0 72 406 46 37
Binary 1000111 110001 1101100 100010 110111 0 111010 100000110 100110 11111

Color Harmonies of #47316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47316C

Black with #47316C

Text Example


Text Example

White with #47316C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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