#471A71

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

Shades of Blue Diamond #471A71

Tints of Blue Diamond #471A71

Color information

#471A71 (or 0x471A71) is unknown color: approx Blue Diamond. HEX triplet: 47, 1A and 71. RGB value is (71,26,113). Sum of RGB (Red+Green+Blue) = 71+26+113=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #471A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A71 is #B8E58E. Grayscale: #313131. Windows color (decimal): -12117391 or 7412295. OLE color: 7412295.

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

Color convert

RGB7126113-
CMYK0.370.7700.56
HSL271.03º62.59%27.25%-
HSV(B)271.03º76.99%44.31%-
XYZ5.953.2715.94-
YUV49.37163.91143.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 113 (44.53% from 255) = 53.81%
R=33.81%
G=12.38%
B=53.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71261130.370.7700.56271.0362.5927.25
Hex471A71254D03810f3f1b
Octal10732161451150704177733
Binary10001111101011100011001011001101011100010000111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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