#47288C

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

Shades of Windsor #47288C

Tints of Windsor #47288C

Color information

#47288C (or 0x47288C) is unknown color: approx Windsor. HEX triplet: 47, 28 and 8C. RGB value is (71,40,140). Sum of RGB (Red+Green+Blue) = 71+40+140=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #47288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47288C is #B8D773. Grayscale: #3C3C3C. Windows color (decimal): -12113780 or 9185351. OLE color: 9185351.

HSL color Cylindrical-coordinate representation of color #47288C: hue angle of 258.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47288C is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7140140-
CMYK0.490.7100.45
HSL258.6º55.56%35.29%-
HSV(B)258.6º71.43%54.9%-
XYZ8.094.7525.3-
YUV60.67172.77135.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.29%
GREEN value IS 40 (16.02% from 255) = 15.94%
BLUE value IS 140 (55.08% from 255) = 55.78%
R=28.29%
G=15.94%
B=55.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71401400.490.7100.45258.655.5635.29
Hex47288C314702D1033823
Octal10750214611070554037043
Binary10001111010001000110011000110001110101101100000011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47288C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47288C; }

 p { color: rgb(71,40,140); }

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

<style>
 a { background-color: #47288C; }

 a { background-color: rgb(71,40,140); }

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

<style>
 span { border-color: #47288C; }

 span { border-color: rgb(71,40,140); }

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