#47198B

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

Shades of Windsor #47198B

Tints of Windsor #47198B

Color information

#47198B (or 0x47198B) is unknown color: approx Windsor. HEX triplet: 47, 19 and 8B. RGB value is (71,25,139). Sum of RGB (Red+Green+Blue) = 71+25+139=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #47198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47198B is #B8E674. Grayscale: #333333. Windows color (decimal): -12117621 or 9115975. OLE color: 9115975.

HSL color Cylindrical-coordinate representation of color #47198B: hue angle of 264.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47198B is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7125139-
CMYK0.490.8200.45
HSL264.21º69.51%32.16%-
HSV(B)264.21º82.01%54.51%-
XYZ7.613.924.78-
YUV51.75177.24141.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.21%
GREEN value IS 25 (10.16% from 255) = 10.64%
BLUE value IS 139 (54.69% from 255) = 59.15%
R=30.21%
G=10.64%
B=59.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71251390.490.8200.45264.2169.5132.16
Hex47198B315202D1084620
Octal107312136112205541010640
Binary10001111100110001011110001101001001011011000010001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47198B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47198B; }

 p { color: rgb(71,25,139); }

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

<style>
 a { background-color: #47198B; }

 a { background-color: rgb(71,25,139); }

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

<style>
 span { border-color: #47198B; }

 span { border-color: rgb(71,25,139); }

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