Html Css Color HEX #472379 Windsor

📋 copy color: '#472379'

red 71 ◦ green 35 ◦ blue 121

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

Shades of Windsor #472379

Tints of Windsor #472379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 53.3%

R = 31.28%
G = 15.42%
B = 53.3%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#472379 (or 0x472379) is known color: Windsor. HEX triplet: 47, 23 and 79. RGB value is (71,35,121). Sum of RGB (Red+Green+Blue) = 71+35+121=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #472379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472379 is #B8DC86. Grayscale: #373737. Windows color (decimal): -12115079 or 7938887. OLE color: 7938887.

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

Color convert

RGB 71 35 121 -
CMYK 0.41 0.71 0 0.53
HSL 265.12º 0.55% 0.31% -
HSV(B) 265.12º 0.71% 0.47% -
XYZ 6.65 3.92 18.5 -
YUV 55.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 71 35 121 0.41 0.71 0 0.53 265.12 0.55 0.31
Hex 47 23 79 29 47 0 35 109 37 1F
Octal 107 43 171 51 107 0 65 411 67 37
Binary 1000111 100011 1111001 101001 1000111 0 110101 100001001 110111 11111

Color Harmonies of #472379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472379

Black with #472379

Text Example


Text Example

White with #472379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472379; }

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

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

background-color css

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

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

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

border-color css

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

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

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