Html Css Color HEX #471E87 Windsor

📋 copy color: '#471E87'

red 71 ◦ green 30 ◦ blue 135

#471E87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #471E87

Tints of Windsor #471E87

RGB

 RED value IS 71 (28.13% from 255) = 30.08%

 GREEN value IS 30 (12.11% from 255) = 12.71%

 BLUE value IS 135 (53.13% from 255) = 57.2%

R = 30.08%
G = 12.71%
B = 57.2%

CMYK

 C value IS 0.47

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#471E87 (or 0x471E87) is known color: Windsor. HEX triplet: 47, 1E and 87. RGB value is (71,30,135). Sum of RGB (Red+Green+Blue) = 71+30+135=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #471E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471E87 is #B8E178. Grayscale: #353535. Windows color (decimal): -12116345 or 8855111. OLE color: 8855111.

HSL color Cylindrical-coordinate representation of color #471E87: hue angle of 263.43º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #471E87 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 30 135 -
CMYK 0.47 0.78 0 0.47
HSL 263.43º 0.64% 0.32% -
HSV(B) 263.43º 0.78% 0.53% -
XYZ 7.44 4.02 23.31 -
YUV 54.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 71 30 135 0.47 0.78 0 0.47 263.43 0.64 0.32
Hex 47 1E 87 2F 4E 0 2F 107 40 20
Octal 107 36 207 57 116 0 57 407 100 40
Binary 1000111 11110 10000111 101111 1001110 0 101111 100000111 1000000 100000

Color Harmonies of #471E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E87

Black with #471E87

Text Example


Text Example

White with #471E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,30,135); }

 H1.HeaderClassName
 {
   color: #471E87;
 }
 .AnyTagClassName
 {
   color: #471E87;
 }
</style>

background-color css

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

 a { background-color: rgb(71,30,135); }

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

border-color css

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

 span { border-color: rgb(71,30,135); }

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