Html Css Color HEX #471D72 Blue Diamond

📋 copy color: '#471D72'

red 71 ◦ green 29 ◦ blue 114

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

Shades of Blue Diamond #471D72

Tints of Blue Diamond #471D72

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.55%

 BLUE value IS 114 (44.92% from 255) = 53.27%

R = 33.18%
G = 13.55%
B = 53.27%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#471D72 (or 0x471D72) is known color: Blue Diamond. HEX triplet: 47, 1D and 72. RGB value is (71,29,114). Sum of RGB (Red+Green+Blue) = 71+29+114=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #471D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471D72 is #B8E28D. Grayscale: #323232. Windows color (decimal): -12116622 or 7478599. OLE color: 7478599.

HSL color Cylindrical-coordinate representation of color #471D72: hue angle of 269.65º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471D72 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 29 114 -
CMYK 0.38 0.75 0 0.55
HSL 269.65º 0.59% 0.28% -
HSV(B) 269.65º 0.75% 0.45% -
XYZ 6.08 3.43 16.26 -
YUV 51.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 71 29 114 0.38 0.75 0 0.55 269.65 0.59 0.28
Hex 47 1D 72 26 4B 0 37 10E 3B 1C
Octal 107 35 162 46 113 0 67 416 73 34
Binary 1000111 11101 1110010 100110 1001011 0 110111 100001110 111011 11100

Color Harmonies of #471D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D72

Black with #471D72

Text Example


Text Example

White with #471D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471D72; }

 p { color: rgb(71,29,114); }

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

background-color css

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

 a { background-color: rgb(71,29,114); }

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

border-color css

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

 span { border-color: rgb(71,29,114); }

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