#471980

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

Shades of Windsor #471980

Tints of Windsor #471980

Color information

#471980 (or 0x471980) is unknown color: approx Windsor. HEX triplet: 47, 19 and 80. RGB value is (71,25,128). Sum of RGB (Red+Green+Blue) = 71+25+128=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #471980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471980 is #B8E67F. Grayscale: #323232. Windows color (decimal): -12117632 or 8395079. OLE color: 8395079.

HSL color Cylindrical-coordinate representation of color #471980: hue angle of 266.8º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #471980 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7125128-
CMYK0.450.8000.50
HSL266.8º67.32%30%-
HSV(B)266.8º80.47%50.2%-
XYZ6.843.5920.76-
YUV50.5171.74142.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 25 (10.16% from 255) = 11.16%
BLUE value IS 128 (50.39% from 255) = 57.14%
R=31.70%
G=11.16%
B=57.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71251280.450.8000.50266.867.3230
Hex4719802D5003210b431e
Octal107312005512006241310336
Binary1000111110011000000010110110100000110010100001011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471980; }

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

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

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

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

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

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

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

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