Html Css Color HEX #471C79 Windsor

📋 copy color: '#471C79'

red 71 ◦ green 28 ◦ blue 121

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

Shades of Windsor #471C79

Tints of Windsor #471C79

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.73%

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

R = 32.27%
G = 12.73%
B = 55%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#471C79 (or 0x471C79) is known color: Windsor. HEX triplet: 47, 1C and 79. RGB value is (71,28,121). Sum of RGB (Red+Green+Blue) = 71+28+121=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #471C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C79 is #B8E386. Grayscale: #333333. Windows color (decimal): -12116871 or 7937095. OLE color: 7937095.

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

Color convert

RGB 71 28 121 -
CMYK 0.41 0.77 0 0.53
HSL 267.74º 0.62% 0.29% -
HSV(B) 267.74º 0.77% 0.47% -
XYZ 6.46 3.55 18.43 -
YUV 51.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 71 28 121 0.41 0.77 0 0.53 267.74 0.62 0.29
Hex 47 1C 79 29 4D 0 35 10C 3E 1D
Octal 107 34 171 51 115 0 65 414 76 35
Binary 1000111 11100 1111001 101001 1001101 0 110101 100001100 111110 11101

Color Harmonies of #471C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C79

Black with #471C79

Text Example


Text Example

White with #471C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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