#471B8A

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

Shades of Windsor #471B8A

Tints of Windsor #471B8A

Color information

#471B8A (or 0x471B8A) is unknown color: approx Windsor. HEX triplet: 47, 1B and 8A. RGB value is (71,27,138). Sum of RGB (Red+Green+Blue) = 71+27+138=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #471B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471B8A is #B8E475. Grayscale: #343434. Windows color (decimal): -12117110 or 9050951. OLE color: 9050951.

HSL color Cylindrical-coordinate representation of color #471B8A: hue angle of 263.78º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #471B8A is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7127138-
CMYK0.490.8000.46
HSL263.78º67.27%32.35%-
HSV(B)263.78º80.43%54.12%-
XYZ7.583.9624.41-
YUV52.81176.08140.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 27 (10.94% from 255) = 11.44%
BLUE value IS 138 (54.30% from 255) = 58.47%
R=30.08%
G=11.44%
B=58.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71271380.490.8000.46263.7867.2732.35
Hex471B8A315002E1084320
Octal107332126112005641010340
Binary10001111101110001010110001101000001011101000010001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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