Html Css Color HEX #471D79 Windsor

📋 copy color: '#471D79'

red 71 ◦ green 29 ◦ blue 121

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

Shades of Windsor #471D79

Tints of Windsor #471D79

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.12%

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

R = 32.13%
G = 13.12%
B = 54.75%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#471D79 (or 0x471D79) is known color: Windsor. HEX triplet: 47, 1D and 79. RGB value is (71,29,121). Sum of RGB (Red+Green+Blue) = 71+29+121=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #471D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471D79 is #B8E286. Grayscale: #333333. Windows color (decimal): -12116615 or 7937351. OLE color: 7937351.

HSL color Cylindrical-coordinate representation of color #471D79: hue angle of 267.39º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471D79 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 29 121 -
CMYK 0.41 0.76 0 0.53
HSL 267.39º 0.61% 0.29% -
HSV(B) 267.39º 0.76% 0.47% -
XYZ 6.49 3.6 18.44 -
YUV 52.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 71 29 121 0.41 0.76 0 0.53 267.39 0.61 0.29
Hex 47 1D 79 29 4C 0 35 10B 3D 1D
Octal 107 35 171 51 114 0 65 413 75 35
Binary 1000111 11101 1111001 101001 1001100 0 110101 100001011 111101 11101

Color Harmonies of #471D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D79

Black with #471D79

Text Example


Text Example

White with #471D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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