#471F8A

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

Shades of Windsor #471F8A

Tints of Windsor #471F8A

Color information

#471F8A (or 0x471F8A) is unknown color: approx Windsor. HEX triplet: 47, 1F and 8A. RGB value is (71,31,138). Sum of RGB (Red+Green+Blue) = 71+31+138=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #471F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471F8A is #B8E075. Grayscale: #363636. Windows color (decimal): -12116086 or 9051975. OLE color: 9051975.

HSL color Cylindrical-coordinate representation of color #471F8A: hue angle of 262.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #471F8A is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7131138-
CMYK0.490.7800.46
HSL262.43º63.31%33.14%-
HSV(B)262.43º77.54%54.12%-
XYZ7.684.1524.44-
YUV55.16174.75139.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 31 (12.5% from 255) = 12.92%
BLUE value IS 138 (54.30% from 255) = 57.5%
R=29.58%
G=12.92%
B=57.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71311380.490.7800.46262.4363.3133.14
Hex471F8A314E02E1063f21
Octal10737212611160564067741
Binary1000111111111000101011000110011100101110100000110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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