Html Css Color HEX #472087 Windsor

📋 copy color: '#472087'

red 71 ◦ green 32 ◦ blue 135

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

Shades of Windsor #472087

Tints of Windsor #472087

RGB

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

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

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

R = 29.83%
G = 13.45%
B = 56.72%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#472087 (or 0x472087) is known color: Windsor. HEX triplet: 47, 20 and 87. RGB value is (71,32,135). Sum of RGB (Red+Green+Blue) = 71+32+135=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #472087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472087 is #B8DF78. Grayscale: #373737. Windows color (decimal): -12115833 or 8855623. OLE color: 8855623.

HSL color Cylindrical-coordinate representation of color #472087: hue angle of 262.72º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #472087 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 32 135 -
CMYK 0.47 0.76 0 0.47
HSL 262.72º 0.62% 0.33% -
HSV(B) 262.72º 0.76% 0.53% -
XYZ 7.49 4.12 23.32 -
YUV 55.4 172.92 139.12 -
System Red Green Blue C M Y K H S L
Decimal 71 32 135 0.47 0.76 0 0.47 262.72 0.62 0.33
Hex 47 20 87 2F 4C 0 2F 107 3E 21
Octal 107 40 207 57 114 0 57 407 76 41
Binary 1000111 100000 10000111 101111 1001100 0 101111 100000111 111110 100001

Color Harmonies of #472087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472087

Black with #472087

Text Example


Text Example

White with #472087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472087; }

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

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

background-color css

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

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

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

border-color css

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

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

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