Html Css Color HEX #472078 Windsor

📋 copy color: '#472078'

red 71 ◦ green 32 ◦ blue 120

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

Shades of Windsor #472078

Tints of Windsor #472078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 53.81%

R = 31.84%
G = 14.35%
B = 53.81%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#472078 (or 0x472078) is known color: Windsor. HEX triplet: 47, 20 and 78. RGB value is (71,32,120). Sum of RGB (Red+Green+Blue) = 71+32+120=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #472078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472078 is #B8DF87. Grayscale: #353535. Windows color (decimal): -12115848 or 7872583. OLE color: 7872583.

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

Color convert

RGB 71 32 120 -
CMYK 0.41 0.73 0 0.53
HSL 266.59º 0.58% 0.3% -
HSV(B) 266.59º 0.73% 0.47% -
XYZ 6.51 3.73 18.15 -
YUV 53.69 165.42 140.34 -
System Red Green Blue C M Y K H S L
Decimal 71 32 120 0.41 0.73 0 0.53 266.59 0.58 0.3
Hex 47 20 78 29 49 0 35 10B 3A 1E
Octal 107 40 170 51 111 0 65 413 72 36
Binary 1000111 100000 1111000 101001 1001001 0 110101 100001011 111010 11110

Color Harmonies of #472078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472078

Black with #472078

Text Example


Text Example

White with #472078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472078; }

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

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

background-color css

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

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

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

border-color css

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

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

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