Html Css Color HEX #472089 Windsor

📋 copy color: '#472089'

red 71 ◦ green 32 ◦ blue 137

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

Shades of Windsor #472089

Tints of Windsor #472089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.33%

 BLUE value IS 137 (53.91% from 255) = 57.08%

R = 29.58%
G = 13.33%
B = 57.08%

CMYK

 C value IS 0.48

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#472089 (or 0x472089) is known color: Windsor. HEX triplet: 47, 20 and 89. RGB value is (71,32,137). Sum of RGB (Red+Green+Blue) = 71+32+137=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #472089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472089 is #B8DF76. Grayscale: #373737. Windows color (decimal): -12115831 or 8986695. OLE color: 8986695.

HSL color Cylindrical-coordinate representation of color #472089: hue angle of 262.29º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472089 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 32 137 -
CMYK 0.48 0.77 0 0.46
HSL 262.29º 0.62% 0.33% -
HSV(B) 262.29º 0.77% 0.54% -
XYZ 7.63 4.18 24.07 -
YUV 55.63 173.92 138.96 -
System Red Green Blue C M Y K H S L
Decimal 71 32 137 0.48 0.77 0 0.46 262.29 0.62 0.33
Hex 47 20 89 30 4D 0 2E 106 3E 21
Octal 107 40 211 60 115 0 56 406 76 41
Binary 1000111 100000 10001001 110000 1001101 0 101110 100000110 111110 100001

Color Harmonies of #472089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472089

Black with #472089

Text Example


Text Example

White with #472089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472089; }

 p { color: rgb(71,32,137); }

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

background-color css

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

 a { background-color: rgb(71,32,137); }

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

border-color css

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

 span { border-color: rgb(71,32,137); }

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