#472981

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

Shades of Windsor #472981

Tints of Windsor #472981

Color information

#472981 (or 0x472981) is unknown color: approx Windsor. HEX triplet: 47, 29 and 81. RGB value is (71,41,129). Sum of RGB (Red+Green+Blue) = 71+41+129=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #472981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472981 is #B8D67E. Grayscale: #3B3B3B. Windows color (decimal): -12113535 or 8464711. OLE color: 8464711.

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

Color convert

RGB7141129-
CMYK0.450.6800.49
HSL260.45º51.76%33.33%-
HSV(B)260.45º68.22%50.59%-
XYZ7.354.5121.25-
YUV60166.94135.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 129 (50.78% from 255) = 53.53%
R=29.46%
G=17.01%
B=53.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71411290.450.6800.49260.4551.7633.33
Hex4729812D440311043421
Octal10751201551040614046441
Binary10001111010011000000110110110001000110001100000100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472981; }

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

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

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

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

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

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

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

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