#471F80

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

Shades of Windsor #471F80

Tints of Windsor #471F80

Color information

#471F80 (or 0x471F80) is unknown color: approx Windsor. HEX triplet: 47, 1F and 80. RGB value is (71,31,128). Sum of RGB (Red+Green+Blue) = 71+31+128=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #471F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471F80 is #B8E07F. Grayscale: #353535. Windows color (decimal): -12116096 or 8396615. OLE color: 8396615.

HSL color Cylindrical-coordinate representation of color #471F80: hue angle of 264.74º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471F80 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7131128-
CMYK0.450.7600.50
HSL264.74º61.01%31.18%-
HSV(B)264.74º75.78%50.2%-
XYZ6.983.8820.8-
YUV54.02169.75140.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.87%
GREEN value IS 31 (12.5% from 255) = 13.48%
BLUE value IS 128 (50.39% from 255) = 55.65%
R=30.87%
G=13.48%
B=55.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71311280.450.7600.50264.7461.0131.18
Hex471F802D4C0321093d1f
Octal10737200551140624117537
Binary100011111111100000001011011001100011001010000100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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