Html Css Color HEX #471A87 Windsor

📋 copy color: '#471A87'

red 71 ◦ green 26 ◦ blue 135

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

Shades of Windsor #471A87

Tints of Windsor #471A87

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.21%

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

R = 30.6%
G = 11.21%
B = 58.19%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#471A87 (or 0x471A87) is known color: Windsor. HEX triplet: 47, 1A and 87. RGB value is (71,26,135). Sum of RGB (Red+Green+Blue) = 71+26+135=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #471A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471A87 is #B8E578. Grayscale: #333333. Windows color (decimal): -12117369 or 8854087. OLE color: 8854087.

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

Color convert

RGB 71 26 135 -
CMYK 0.47 0.81 0 0.47
HSL 264.77º 0.68% 0.32% -
HSV(B) 264.77º 0.81% 0.53% -
XYZ 7.34 3.83 23.27 -
YUV 51.88 174.91 141.64 -
System Red Green Blue C M Y K H S L
Decimal 71 26 135 0.47 0.81 0 0.47 264.77 0.68 0.32
Hex 47 1A 87 2F 51 0 2F 109 44 20
Octal 107 32 207 57 121 0 57 411 104 40
Binary 1000111 11010 10000111 101111 1010001 0 101111 100001001 1000100 100000

Color Harmonies of #471A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A87

Black with #471A87

Text Example


Text Example

White with #471A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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