Html Css Color HEX #471F91 Windsor

📋 copy color: '#471F91'

red 71 ◦ green 31 ◦ blue 145

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

Shades of Windsor #471F91

Tints of Windsor #471F91

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.55%

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

R = 28.74%
G = 12.55%
B = 58.7%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#471F91 (or 0x471F91) is known color: Windsor. HEX triplet: 47, 1F and 91. RGB value is (71,31,145). Sum of RGB (Red+Green+Blue) = 71+31+145=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #471F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471F91 is #B8E06E. Grayscale: #373737. Windows color (decimal): -12116079 or 9510727. OLE color: 9510727.

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

Color convert

RGB 71 31 145 -
CMYK 0.51 0.79 0 0.43
HSL 261.05º 0.65% 0.35% -
HSV(B) 261.05º 0.79% 0.57% -
XYZ 8.2 4.36 27.2 -
YUV 55.96 178.25 138.73 -
System Red Green Blue C M Y K H S L
Decimal 71 31 145 0.51 0.79 0 0.43 261.05 0.65 0.35
Hex 47 1F 91 33 4F 0 2B 105 41 23
Octal 107 37 221 63 117 0 53 405 101 43
Binary 1000111 11111 10010001 110011 1001111 0 101011 100000101 1000001 100011

Color Harmonies of #471F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F91

Black with #471F91

Text Example


Text Example

White with #471F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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