Html Css Color HEX #472580 Windsor

📋 copy color: '#472580'

red 71 ◦ green 37 ◦ blue 128

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

Shades of Windsor #472580

Tints of Windsor #472580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

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

R = 30.08%
G = 15.68%
B = 54.24%

CMYK

 C value IS 0.45

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#472580 (or 0x472580) is known color: Windsor. HEX triplet: 47, 25 and 80. RGB value is (71,37,128). Sum of RGB (Red+Green+Blue) = 71+37+128=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #472580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472580 is #B8DA7F. Grayscale: #393939. Windows color (decimal): -12114560 or 8398151. OLE color: 8398151.

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

Color convert

RGB 71 37 128 -
CMYK 0.45 0.71 0 0.50
HSL 262.42º 0.55% 0.32% -
HSV(B) 262.42º 0.71% 0.5% -
XYZ 7.16 4.22 20.86 -
YUV 57.54 167.76 137.6 -
System Red Green Blue C M Y K H S L
Decimal 71 37 128 0.45 0.71 0 0.50 262.42 0.55 0.32
Hex 47 25 80 2D 47 0 32 106 37 20
Octal 107 45 200 55 107 0 62 406 67 40
Binary 1000111 100101 10000000 101101 1000111 0 110010 100000110 110111 100000

Color Harmonies of #472580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472580

Black with #472580

Text Example


Text Example

White with #472580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472580; }

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

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

background-color css

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

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

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

border-color css

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

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

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