Html Css Color HEX #472287 Windsor

📋 copy color: '#472287'

red 71 ◦ green 34 ◦ blue 135

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

Shades of Windsor #472287

Tints of Windsor #472287

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.17%

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

R = 29.58%
G = 14.17%
B = 56.25%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#472287 (or 0x472287) is known color: Windsor. HEX triplet: 47, 22 and 87. RGB value is (71,34,135). Sum of RGB (Red+Green+Blue) = 71+34+135=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #472287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472287 is #B8DD78. Grayscale: #383838. Windows color (decimal): -12115321 or 8856135. OLE color: 8856135.

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

Color convert

RGB 71 34 135 -
CMYK 0.47 0.75 0 0.47
HSL 261.98º 0.6% 0.33% -
HSV(B) 261.98º 0.75% 0.53% -
XYZ 7.54 4.23 23.34 -
YUV 56.58 172.26 138.29 -
System Red Green Blue C M Y K H S L
Decimal 71 34 135 0.47 0.75 0 0.47 261.98 0.6 0.33
Hex 47 22 87 2F 4B 0 2F 106 3C 21
Octal 107 42 207 57 113 0 57 406 74 41
Binary 1000111 100010 10000111 101111 1001011 0 101111 100000110 111100 100001

Color Harmonies of #472287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472287

Black with #472287

Text Example


Text Example

White with #472287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472287; }

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

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

background-color css

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

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

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

border-color css

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

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

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