Html Css Color HEX #472277 Windsor

📋 copy color: '#472277'

red 71 ◦ green 34 ◦ blue 119

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

Shades of Windsor #472277

Tints of Windsor #472277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 53.13%

R = 31.7%
G = 15.18%
B = 53.13%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#472277 (or 0x472277) is known color: Windsor. HEX triplet: 47, 22 and 77. RGB value is (71,34,119). Sum of RGB (Red+Green+Blue) = 71+34+119=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #472277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472277 is #B8DD88. Grayscale: #363636. Windows color (decimal): -12115337 or 7807559. OLE color: 7807559.

HSL color Cylindrical-coordinate representation of color #472277: hue angle of 266.12º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #472277 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 34 119 -
CMYK 0.40 0.71 0 0.53
HSL 266.12º 0.56% 0.3% -
HSV(B) 266.12º 0.71% 0.47% -
XYZ 6.5 3.82 17.85 -
YUV 54.75 164.26 139.59 -
System Red Green Blue C M Y K H S L
Decimal 71 34 119 0.40 0.71 0 0.53 266.12 0.56 0.3
Hex 47 22 77 28 47 0 35 10A 38 1E
Octal 107 42 167 50 107 0 65 412 70 36
Binary 1000111 100010 1110111 101000 1000111 0 110101 100001010 111000 11110

Color Harmonies of #472277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472277

Black with #472277

Text Example


Text Example

White with #472277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472277; }

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

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

background-color css

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

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

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

border-color css

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

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

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