Html Css Color HEX #471780 Windsor

📋 copy color: '#471780'

red 71 ◦ green 23 ◦ blue 128

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

Shades of Windsor #471780

Tints of Windsor #471780

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.36%

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

R = 31.98%
G = 10.36%
B = 57.66%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#471780 (or 0x471780) is known color: Windsor. HEX triplet: 47, 17 and 80. RGB value is (71,23,128). Sum of RGB (Red+Green+Blue) = 71+23+128=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #471780 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471780 is #B8E87F. Grayscale: #303030. Windows color (decimal): -12118144 or 8394567. OLE color: 8394567.

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

Color convert

RGB 71 23 128 -
CMYK 0.45 0.82 0 0.50
HSL 267.43º 0.7% 0.3% -
HSV(B) 267.43º 0.82% 0.5% -
XYZ 6.8 3.51 20.74 -
YUV 49.32 172.4 143.46 -
System Red Green Blue C M Y K H S L
Decimal 71 23 128 0.45 0.82 0 0.50 267.43 0.7 0.3
Hex 47 17 80 2D 52 0 32 10B 46 1E
Octal 107 27 200 55 122 0 62 413 106 36
Binary 1000111 10111 10000000 101101 1010010 0 110010 100001011 1000110 11110

Color Harmonies of #471780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471780

Black with #471780

Text Example


Text Example

White with #471780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471780; }

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

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

background-color css

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

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

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

border-color css

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

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

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