#47177F

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

Shades of Windsor #47177F

Tints of Windsor #47177F

Color information

#47177F (or 0x47177F) is unknown color: approx Windsor. HEX triplet: 47, 17 and 7F. RGB value is (71,23,127). Sum of RGB (Red+Green+Blue) = 71+23+127=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #47177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47177F is #B8E880. Grayscale: #303030. Windows color (decimal): -12118145 or 8329031. OLE color: 8329031.

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

Color convert

RGB7123127-
CMYK0.440.8200.50
HSL267.69º69.33%29.41%-
HSV(B)267.69º81.89%49.8%-
XYZ6.743.4820.4-
YUV49.21171.9143.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.13%
GREEN value IS 23 (9.38% from 255) = 10.41%
BLUE value IS 127 (50% from 255) = 57.47%
R=32.13%
G=10.41%
B=57.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71231270.440.8200.50267.6969.3329.41
Hex47177F2C5203210c451d
Octal107271775412206241410535
Binary100011110111111111110110010100100110010100001100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47177F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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