#473181

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

Shades of Windsor #473181

Tints of Windsor #473181

Color information

#473181 (or 0x473181) is unknown color: approx Windsor. HEX triplet: 47, 31 and 81. RGB value is (71,49,129). Sum of RGB (Red+Green+Blue) = 71+49+129=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #473181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473181 is #B8CE7E. Grayscale: #404040. Windows color (decimal): -12111487 or 8466759. OLE color: 8466759.

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

Color convert

RGB7149129-
CMYK0.450.6200.49
HSL256.5º44.94%34.9%-
HSV(B)256.5º62.02%50.59%-
XYZ7.665.1221.35-
YUV64.7164.29132.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 49 (19.53% from 255) = 19.68%
BLUE value IS 129 (50.78% from 255) = 51.81%
R=28.51%
G=19.68%
B=51.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71491290.450.6200.49256.544.9434.9
Hex4731812D3E0311002d23
Octal1076120155760614005543
Binary1000111110001100000011011011111100110001100000000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473181; }

 p { color: rgb(71,49,129); }

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

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

 a { background-color: rgb(71,49,129); }

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

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

 span { border-color: rgb(71,49,129); }

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