#471E84

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

Shades of Windsor #471E84

Tints of Windsor #471E84

Color information

#471E84 (or 0x471E84) is unknown color: approx Windsor. HEX triplet: 47, 1E and 84. RGB value is (71,30,132). Sum of RGB (Red+Green+Blue) = 71+30+132=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #471E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471E84 is #B8E17B. Grayscale: #353535. Windows color (decimal): -12116348 or 8658503. OLE color: 8658503.

HSL color Cylindrical-coordinate representation of color #471E84: hue angle of 264.12º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #471E84 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7130132-
CMYK0.460.7700.48
HSL264.12º62.96%31.76%-
HSV(B)264.12º77.27%51.76%-
XYZ7.233.9322.21-
YUV53.89172.08140.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 30 (12.11% from 255) = 12.88%
BLUE value IS 132 (51.95% from 255) = 56.65%
R=30.47%
G=12.88%
B=56.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71301320.460.7700.48264.1262.9631.76
Hex471E842E4D0301083f20
Octal10736204561150604107740
Binary1000111111101000010010111010011010110000100001000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,30,132); }

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

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

 a { background-color: rgb(71,30,132); }

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

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

 span { border-color: rgb(71,30,132); }

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