Html Css Color HEX #47207A Windsor

📋 copy color: '#47207A'

red 71 ◦ green 32 ◦ blue 122

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

Shades of Windsor #47207A

Tints of Windsor #47207A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 54.22%

R = 31.56%
G = 14.22%
B = 54.22%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47207A (or 0x47207A) is known color: Windsor. HEX triplet: 47, 20 and 7A. RGB value is (71,32,122). Sum of RGB (Red+Green+Blue) = 71+32+122=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #47207A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47207A is #B8DF85. Grayscale: #353535. Windows color (decimal): -12115846 or 8003655. OLE color: 8003655.

HSL color Cylindrical-coordinate representation of color #47207A: hue angle of 266º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47207A is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 32 122 -
CMYK 0.42 0.74 0 0.52
HSL 266º 0.58% 0.3% -
HSV(B) 266º 0.74% 0.48% -
XYZ 6.63 3.78 18.79 -
YUV 53.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 71 32 122 0.42 0.74 0 0.52 266 0.58 0.3
Hex 47 20 7A 2A 4A 0 34 10A 3A 1E
Octal 107 40 172 52 112 0 64 412 72 36
Binary 1000111 100000 1111010 101010 1001010 0 110100 100001010 111010 11110

Color Harmonies of #47207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47207A

Black with #47207A

Text Example


Text Example

White with #47207A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47207A; }

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

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

background-color css

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

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

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

border-color css

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

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

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