#472081

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

Shades of Windsor #472081

Tints of Windsor #472081

Color information

#472081 (or 0x472081) is unknown color: approx Windsor. HEX triplet: 47, 20 and 81. RGB value is (71,32,129). Sum of RGB (Red+Green+Blue) = 71+32+129=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #472081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472081 is #B8DF7E. Grayscale: #363636. Windows color (decimal): -12115839 or 8462407. OLE color: 8462407.

HSL color Cylindrical-coordinate representation of color #472081: hue angle of 264.12º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472081 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7132129-
CMYK0.450.7500.49
HSL264.12º60.25%31.57%-
HSV(B)264.12º75.19%50.59%-
XYZ7.083.9621.16-
YUV54.72169.92139.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 32 (12.89% from 255) = 13.79%
BLUE value IS 129 (50.78% from 255) = 55.60%
R=30.60%
G=13.79%
B=55.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71321290.450.7500.49264.1260.2531.57
Hex4720812D4B0311083c20
Octal10740201551130614107440
Binary10001111000001000000110110110010110110001100001000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472081; }

 p { color: rgb(71,32,129); }

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

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

 a { background-color: rgb(71,32,129); }

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

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

 span { border-color: rgb(71,32,129); }

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