#47216D

Color #47216D Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #47216D

Tints of Blue Diamond #47216D

Color information

#47216D (or 0x47216D) is unknown color: approx Blue Diamond. HEX triplet: 47, 21 and 6D. RGB value is (71,33,109). Sum of RGB (Red+Green+Blue) = 71+33+109=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #47216D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47216D is #B8DE92. Grayscale: #343434. Windows color (decimal): -12115603 or 7151943. OLE color: 7151943.

HSL color Cylindrical-coordinate representation of color #47216D: hue angle of 270º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47216D is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7133109-
CMYK0.350.7000.57
HSL270º53.52%27.84%-
HSV(B)270º69.72%42.75%-
XYZ5.93.5314.84-
YUV53.03159.59140.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=33.33%
G=15.49%
B=51.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71331090.350.7000.5727053.5227.84
Hex47216D234603910e361c
Octal10741155431060714166634
Binary100011110000111011011000111000110011100110000111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47216D;
 }
 .AnyTagClassName
 {
   color: #47216D;
 }
</style>
background-color css

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

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

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

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

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

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