#471B83

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

Shades of Windsor #471B83

Tints of Windsor #471B83

Color information

#471B83 (or 0x471B83) is unknown color: approx Windsor. HEX triplet: 47, 1B and 83. RGB value is (71,27,131). Sum of RGB (Red+Green+Blue) = 71+27+131=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 131 (51.56% from 255 or 57.21% from 229); Max value from RGB is 131 - color contains mainly: blue. Hex color #471B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471B83 is #B8E47C. Grayscale: #333333. Windows color (decimal): -12117117 or 8592199. OLE color: 8592199.

HSL color Cylindrical-coordinate representation of color #471B83: hue angle of 265.38º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #471B83 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7127131-
CMYK0.460.7900.49
HSL265.38º65.82%30.98%-
HSV(B)265.38º79.39%51.37%-
XYZ7.093.7621.83-
YUV52.01172.58141.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 27 (10.94% from 255) = 11.79%
BLUE value IS 131 (51.56% from 255) = 57.21%
R=31.00%
G=11.79%
B=57.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71271310.460.7900.49265.3865.8230.98
Hex471B832E4F031109421f
Octal107332035611706141110237
Binary1000111110111000001110111010011110110001100001001100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471B83; }

 p { color: rgb(71,27,131); }

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

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

 a { background-color: rgb(71,27,131); }

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

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

 span { border-color: rgb(71,27,131); }

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