Html Css Color HEX #471A91 Windsor

📋 copy color: '#471A91'

red 71 ◦ green 26 ◦ blue 145

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

Shades of Windsor #471A91

Tints of Windsor #471A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 59.92%

R = 29.34%
G = 10.74%
B = 59.92%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#471A91 (or 0x471A91) is known color: Windsor. HEX triplet: 47, 1A and 91. RGB value is (71,26,145). Sum of RGB (Red+Green+Blue) = 71+26+145=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #471A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471A91 is #B8E56E. Grayscale: #343434. Windows color (decimal): -12117359 or 9509447. OLE color: 9509447.

HSL color Cylindrical-coordinate representation of color #471A91: hue angle of 262.69º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471A91 is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 26 145 -
CMYK 0.51 0.82 0 0.43
HSL 262.69º 0.7% 0.34% -
HSV(B) 262.69º 0.82% 0.57% -
XYZ 8.08 4.12 27.16 -
YUV 53.02 179.91 140.82 -
System Red Green Blue C M Y K H S L
Decimal 71 26 145 0.51 0.82 0 0.43 262.69 0.7 0.34
Hex 47 1A 91 33 52 0 2B 107 46 22
Octal 107 32 221 63 122 0 53 407 106 42
Binary 1000111 11010 10010001 110011 1010010 0 101011 100000111 1000110 100010

Color Harmonies of #471A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A91

Black with #471A91

Text Example


Text Example

White with #471A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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