#47217D

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

Shades of Windsor #47217D

Tints of Windsor #47217D

Color information

#47217D (or 0x47217D) is unknown color: approx Windsor. HEX triplet: 47, 21 and 7D. RGB value is (71,33,125). Sum of RGB (Red+Green+Blue) = 71+33+125=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #47217D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47217D is #B8DE82. Grayscale: #363636. Windows color (decimal): -12115587 or 8200519. OLE color: 8200519.

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

Color convert

RGB7133125-
CMYK0.430.7400.51
HSL264.78º58.23%30.98%-
HSV(B)264.78º73.6%49.02%-
XYZ6.843.9119.8-
YUV54.85167.59139.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 125 (49.22% from 255) = 54.59%
R=31.00%
G=14.41%
B=54.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71331250.430.7400.51264.7858.2330.98
Hex47217D2B4A0331093a1f
Octal10741175531120634117237
Binary100011110000111111011010111001010011001110000100111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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