#47177D

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

Shades of Windsor #47177D

Tints of Windsor #47177D

Color information

#47177D (or 0x47177D) is unknown color: approx Windsor. HEX triplet: 47, 17 and 7D. RGB value is (71,23,125). Sum of RGB (Red+Green+Blue) = 71+23+125=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #47177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47177D is #B8E882. Grayscale: #303030. Windows color (decimal): -12118147 or 8197959. OLE color: 8197959.

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

Color convert

RGB7123125-
CMYK0.430.8200.51
HSL268.24º68.92%29.02%-
HSV(B)268.24º81.6%49.02%-
XYZ6.613.4319.72-
YUV48.98170.9143.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 23 (9.38% from 255) = 10.50%
BLUE value IS 125 (49.22% from 255) = 57.08%
R=32.42%
G=10.50%
B=57.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71231250.430.8200.51268.2468.9229.02
Hex47177D2B5203310c451d
Octal107271755312206341410535
Binary100011110111111110110101110100100110011100001100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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