#47247F

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

Shades of Windsor #47247F

Tints of Windsor #47247F

Color information

#47247F (or 0x47247F) is unknown color: approx Windsor. HEX triplet: 47, 24 and 7F. RGB value is (71,36,127). Sum of RGB (Red+Green+Blue) = 71+36+127=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #47247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47247F is #B8DB80. Grayscale: #383838. Windows color (decimal): -12114817 or 8332359. OLE color: 8332359.

HSL color Cylindrical-coordinate representation of color #47247F: hue angle of 263.08º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47247F is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7136127-
CMYK0.440.7200.50
HSL263.08º55.83%31.96%-
HSV(B)263.08º71.65%49.8%-
XYZ7.064.1320.5-
YUV56.84167.6138.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 36 (14.45% from 255) = 15.38%
BLUE value IS 127 (50% from 255) = 54.27%
R=30.34%
G=15.38%
B=54.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71361270.440.7200.50263.0855.8331.96
Hex47247F2C480321073820
Octal10744177541100624077040
Binary1000111100100111111110110010010000110010100000111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47247F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47247F; }

 p { color: rgb(71,36,127); }

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

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

 a { background-color: rgb(71,36,127); }

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

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

 span { border-color: rgb(71,36,127); }

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