Html Css Color HEX #471980 Windsor

📋 copy color: '#471980'

red 71 ◦ green 25 ◦ blue 128

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

Shades of Windsor #471980

Tints of Windsor #471980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.16%

 BLUE value IS 128 (50.39% from 255) = 57.14%

R = 31.7%
G = 11.16%
B = 57.14%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#471980 (or 0x471980) is known color: Windsor. HEX triplet: 47, 19 and 80. RGB value is (71,25,128). Sum of RGB (Red+Green+Blue) = 71+25+128=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #471980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471980 is #B8E67F. Grayscale: #323232. Windows color (decimal): -12117632 or 8395079. OLE color: 8395079.

HSL color Cylindrical-coordinate representation of color #471980: hue angle of 266.8º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #471980 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 25 128 -
CMYK 0.45 0.80 0 0.50
HSL 266.8º 0.67% 0.3% -
HSV(B) 266.8º 0.8% 0.5% -
XYZ 6.84 3.59 20.76 -
YUV 50.5 171.74 142.62 -
System Red Green Blue C M Y K H S L
Decimal 71 25 128 0.45 0.80 0 0.50 266.8 0.67 0.3
Hex 47 19 80 2D 50 0 32 10B 43 1E
Octal 107 31 200 55 120 0 62 413 103 36
Binary 1000111 11001 10000000 101101 1010000 0 110010 100001011 1000011 11110

Color Harmonies of #471980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471980

Black with #471980

Text Example


Text Example

White with #471980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471980; }

 p { color: rgb(71,25,128); }

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

background-color css

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

 a { background-color: rgb(71,25,128); }

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

border-color css

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

 span { border-color: rgb(71,25,128); }

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