Html Css Color HEX #472887 Windsor

📋 copy color: '#472887'

red 71 ◦ green 40 ◦ blue 135

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

Shades of Windsor #472887

Tints of Windsor #472887

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.26%

 BLUE value IS 135 (53.13% from 255) = 54.88%

R = 28.86%
G = 16.26%
B = 54.88%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#472887 (or 0x472887) is known color: Windsor. HEX triplet: 47, 28 and 87. RGB value is (71,40,135). Sum of RGB (Red+Green+Blue) = 71+40+135=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #472887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472887 is #B8D778. Grayscale: #3B3B3B. Windows color (decimal): -12113785 or 8857671. OLE color: 8857671.

HSL color Cylindrical-coordinate representation of color #472887: hue angle of 259.58º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472887 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 40 135 -
CMYK 0.47 0.70 0 0.47
HSL 259.58º 0.54% 0.34% -
HSV(B) 259.58º 0.7% 0.53% -
XYZ 7.73 4.61 23.4 -
YUV 60.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 71 40 135 0.47 0.70 0 0.47 259.58 0.54 0.34
Hex 47 28 87 2F 46 0 2F 104 36 22
Octal 107 50 207 57 106 0 57 404 66 42
Binary 1000111 101000 10000111 101111 1000110 0 101111 100000100 110110 100010

Color Harmonies of #472887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472887

Black with #472887

Text Example


Text Example

White with #472887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472887; }

 p { color: rgb(71,40,135); }

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

background-color css

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

 a { background-color: rgb(71,40,135); }

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

border-color css

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

 span { border-color: rgb(71,40,135); }

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