Html Css Color HEX #47216B Blue Diamond

📋 copy color: '#47216B'

red 71 ◦ green 33 ◦ blue 107

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

Shades of Blue Diamond #47216B

Tints of Blue Diamond #47216B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.64%

 BLUE value IS 107 (42.19% from 255) = 50.71%

R = 33.65%
G = 15.64%
B = 50.71%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47216B (or 0x47216B) is known color: Blue Diamond. HEX triplet: 47, 21 and 6B. RGB value is (71,33,107). Sum of RGB (Red+Green+Blue) = 71+33+107=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #47216B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47216B is #B8DE94. Grayscale: #343434. Windows color (decimal): -12115605 or 7020871. OLE color: 7020871.

HSL color Cylindrical-coordinate representation of color #47216B: hue angle of 270.81º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47216B is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 33 107 -
CMYK 0.34 0.69 0 0.58
HSL 270.81º 0.53% 0.27% -
HSV(B) 270.81º 0.69% 0.42% -
XYZ 5.8 3.49 14.28 -
YUV 52.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 71 33 107 0.34 0.69 0 0.58 270.81 0.53 0.27
Hex 47 21 6B 22 45 0 3A 10F 35 1B
Octal 107 41 153 42 105 0 72 417 65 33
Binary 1000111 100001 1101011 100010 1000101 0 111010 100001111 110101 11011

Color Harmonies of #47216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47216B

Black with #47216B

Text Example


Text Example

White with #47216B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47216B;
 }
 .AnyTagClassName
 {
   color: #47216B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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