#47237C

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

Shades of Windsor #47237C

Tints of Windsor #47237C

Color information

#47237C (or 0x47237C) is unknown color: approx Windsor. HEX triplet: 47, 23 and 7C. RGB value is (71,35,124). Sum of RGB (Red+Green+Blue) = 71+35+124=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #47237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47237C is #B8DC83. Grayscale: #373737. Windows color (decimal): -12115076 or 8135495. OLE color: 8135495.

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

Color convert

RGB7135124-
CMYK0.430.7200.51
HSL264.27º55.97%31.18%-
HSV(B)264.27º71.77%48.63%-
XYZ6.84419.48-
YUV55.91166.43138.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.87%
GREEN value IS 35 (14.06% from 255) = 15.22%
BLUE value IS 124 (48.83% from 255) = 53.91%
R=30.87%
G=15.22%
B=53.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71351240.430.7200.51264.2755.9731.18
Hex47237C2B48033108381f
Octal10743174531100634107037
Binary100011110001111111001010111001000011001110000100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,35,124); }

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

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

 a { background-color: rgb(71,35,124); }

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

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

 span { border-color: rgb(71,35,124); }

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