Html Css Color HEX #472387 Windsor

📋 copy color: '#472387'

red 71 ◦ green 35 ◦ blue 135

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

Shades of Windsor #472387

Tints of Windsor #472387

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.52%

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

R = 29.46%
G = 14.52%
B = 56.02%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#472387 (or 0x472387) is known color: Windsor. HEX triplet: 47, 23 and 87. RGB value is (71,35,135). Sum of RGB (Red+Green+Blue) = 71+35+135=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #472387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472387 is #B8DC78. Grayscale: #383838. Windows color (decimal): -12115065 or 8856391. OLE color: 8856391.

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

Color convert

RGB 71 35 135 -
CMYK 0.47 0.74 0 0.47
HSL 261.6º 0.59% 0.33% -
HSV(B) 261.6º 0.74% 0.53% -
XYZ 7.57 4.29 23.35 -
YUV 57.16 171.93 137.87 -
System Red Green Blue C M Y K H S L
Decimal 71 35 135 0.47 0.74 0 0.47 261.6 0.59 0.33
Hex 47 23 87 2F 4A 0 2F 106 3B 21
Octal 107 43 207 57 112 0 57 406 73 41
Binary 1000111 100011 10000111 101111 1001010 0 101111 100000110 111011 100001

Color Harmonies of #472387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472387

Black with #472387

Text Example


Text Example

White with #472387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472387; }

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

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

background-color css

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

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

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

border-color css

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

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

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