Html Css Color HEX #472975 Windsor

📋 copy color: '#472975'

red 71 ◦ green 41 ◦ blue 117

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

Shades of Windsor #472975

Tints of Windsor #472975

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.9%

 BLUE value IS 117 (46.09% from 255) = 51.09%

R = 31%
G = 17.9%
B = 51.09%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#472975 (or 0x472975) is known color: Windsor. HEX triplet: 47, 29 and 75. RGB value is (71,41,117). Sum of RGB (Red+Green+Blue) = 71+41+117=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #472975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472975 is #B8D68A. Grayscale: #3A3A3A. Windows color (decimal): -12113547 or 7678279. OLE color: 7678279.

HSL color Cylindrical-coordinate representation of color #472975: hue angle of 263.68º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472975 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 41 117 -
CMYK 0.39 0.65 0 0.54
HSL 263.68º 0.48% 0.31% -
HSV(B) 263.68º 0.65% 0.46% -
XYZ 6.6 4.21 17.29 -
YUV 58.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 71 41 117 0.39 0.65 0 0.54 263.68 0.48 0.31
Hex 47 29 75 27 41 0 36 108 30 1F
Octal 107 51 165 47 101 0 66 410 60 37
Binary 1000111 101001 1110101 100111 1000001 0 110110 100001000 110000 11111

Color Harmonies of #472975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472975

Black with #472975

Text Example


Text Example

White with #472975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472975; }

 p { color: rgb(71,41,117); }

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

background-color css

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

 a { background-color: rgb(71,41,117); }

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

border-color css

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

 span { border-color: rgb(71,41,117); }

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