Html Css Color HEX #471A89 Windsor

📋 copy color: '#471A89'

red 71 ◦ green 26 ◦ blue 137

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

Shades of Windsor #471A89

Tints of Windsor #471A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 58.55%

R = 30.34%
G = 11.11%
B = 58.55%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#471A89 (or 0x471A89) is known color: Windsor. HEX triplet: 47, 1A and 89. RGB value is (71,26,137). Sum of RGB (Red+Green+Blue) = 71+26+137=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #471A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471A89 is #B8E576. Grayscale: #333333. Windows color (decimal): -12117367 or 8985159. OLE color: 8985159.

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

Color convert

RGB 71 26 137 -
CMYK 0.48 0.81 0 0.46
HSL 264.32º 0.68% 0.32% -
HSV(B) 264.32º 0.81% 0.54% -
XYZ 7.48 3.88 24.02 -
YUV 52.11 175.91 141.47 -
System Red Green Blue C M Y K H S L
Decimal 71 26 137 0.48 0.81 0 0.46 264.32 0.68 0.32
Hex 47 1A 89 30 51 0 2E 108 44 20
Octal 107 32 211 60 121 0 56 410 104 40
Binary 1000111 11010 10001001 110000 1010001 0 101110 100001000 1000100 100000

Color Harmonies of #471A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A89

Black with #471A89

Text Example


Text Example

White with #471A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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