#47217A

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

Shades of Windsor #47217A

Tints of Windsor #47217A

Color information

#47217A (or 0x47217A) is unknown color: approx Windsor. HEX triplet: 47, 21 and 7A. RGB value is (71,33,122). Sum of RGB (Red+Green+Blue) = 71+33+122=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #47217A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47217A is #B8DE85. Grayscale: #363636. Windows color (decimal): -12115590 or 8003911. OLE color: 8003911.

HSL color Cylindrical-coordinate representation of color #47217A: hue angle of 265.62º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47217A is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7133122-
CMYK0.420.7300.52
HSL265.62º57.42%30.39%-
HSV(B)265.62º72.95%47.84%-
XYZ6.663.8318.8-
YUV54.51166.09139.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.42%
GREEN value IS 33 (13.28% from 255) = 14.60%
BLUE value IS 122 (48.05% from 255) = 53.98%
R=31.42%
G=14.60%
B=53.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71331220.420.7300.52265.6257.4230.39
Hex47217A2A4903410a391e
Octal10741172521110644127136
Binary100011110000111110101010101001001011010010000101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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