Html Css Color HEX #472371 Blue Diamond

📋 copy color: '#472371'

red 71 ◦ green 35 ◦ blue 113

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

Shades of Blue Diamond #472371

Tints of Blue Diamond #472371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.98%

 BLUE value IS 113 (44.53% from 255) = 51.6%

R = 32.42%
G = 15.98%
B = 51.6%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#472371 (or 0x472371) is known color: Blue Diamond. HEX triplet: 47, 23 and 71. RGB value is (71,35,113). Sum of RGB (Red+Green+Blue) = 71+35+113=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #472371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472371 is #B8DC8E. Grayscale: #363636. Windows color (decimal): -12115087 or 7414599. OLE color: 7414599.

HSL color Cylindrical-coordinate representation of color #472371: hue angle of 267.69º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #472371 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 35 113 -
CMYK 0.37 0.69 0 0.56
HSL 267.69º 0.53% 0.29% -
HSV(B) 267.69º 0.69% 0.44% -
XYZ 6.18 3.73 16.02 -
YUV 54.66 160.93 139.66 -
System Red Green Blue C M Y K H S L
Decimal 71 35 113 0.37 0.69 0 0.56 267.69 0.53 0.29
Hex 47 23 71 25 45 0 38 10C 35 1D
Octal 107 43 161 45 105 0 70 414 65 35
Binary 1000111 100011 1110001 100101 1000101 0 111000 100001100 110101 11101

Color Harmonies of #472371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472371

Black with #472371

Text Example


Text Example

White with #472371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472371; }

 p { color: rgb(71,35,113); }

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

background-color css

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

 a { background-color: rgb(71,35,113); }

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

border-color css

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

 span { border-color: rgb(71,35,113); }

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