Html Css Color HEX #471F71 Blue Diamond

📋 copy color: '#471F71'

red 71 ◦ green 31 ◦ blue 113

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

Shades of Blue Diamond #471F71

Tints of Blue Diamond #471F71

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.42%

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

R = 33.02%
G = 14.42%
B = 52.56%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#471F71 (or 0x471F71) is known color: Blue Diamond. HEX triplet: 47, 1F and 71. RGB value is (71,31,113). Sum of RGB (Red+Green+Blue) = 71+31+113=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #471F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471F71 is #B8E08E. Grayscale: #343434. Windows color (decimal): -12116111 or 7413575. OLE color: 7413575.

HSL color Cylindrical-coordinate representation of color #471F71: hue angle of 269.27º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471F71 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 31 113 -
CMYK 0.37 0.73 0 0.56
HSL 269.27º 0.57% 0.28% -
HSV(B) 269.27º 0.73% 0.44% -
XYZ 6.07 3.51 15.98 -
YUV 52.31 162.25 141.33 -
System Red Green Blue C M Y K H S L
Decimal 71 31 113 0.37 0.73 0 0.56 269.27 0.57 0.28
Hex 47 1F 71 25 49 0 38 10D 39 1C
Octal 107 37 161 45 111 0 70 415 71 34
Binary 1000111 11111 1110001 100101 1001001 0 111000 100001101 111001 11100

Color Harmonies of #471F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F71

Black with #471F71

Text Example


Text Example

White with #471F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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