#471C71

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

Shades of Blue Diamond #471C71

Tints of Blue Diamond #471C71

Color information

#471C71 (or 0x471C71) is unknown color: approx Blue Diamond. HEX triplet: 47, 1C and 71. RGB value is (71,28,113). Sum of RGB (Red+Green+Blue) = 71+28+113=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #471C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C71 is #B8E38E. Grayscale: #323232. Windows color (decimal): -12116879 or 7412807. OLE color: 7412807.

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

Color convert

RGB7128113-
CMYK0.370.7500.56
HSL270.35º60.28%27.65%-
HSV(B)270.35º75.22%44.31%-
XYZ5.993.3615.96-
YUV50.55163.25142.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 28 (11.33% from 255) = 13.21%
BLUE value IS 113 (44.53% from 255) = 53.30%
R=33.49%
G=13.21%
B=53.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71281130.370.7500.56270.3560.2827.65
Hex471C71254B03810e3c1c
Octal10734161451130704167434
Binary10001111110011100011001011001011011100010000111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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