Html Css Color HEX #471F78 Windsor

📋 copy color: '#471F78'

red 71 ◦ green 31 ◦ blue 120

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

Shades of Windsor #471F78

Tints of Windsor #471F78

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.96%

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

R = 31.98%
G = 13.96%
B = 54.05%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#471F78 (or 0x471F78) is known color: Windsor. HEX triplet: 47, 1F and 78. RGB value is (71,31,120). Sum of RGB (Red+Green+Blue) = 71+31+120=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #471F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471F78 is #B8E087. Grayscale: #343434. Windows color (decimal): -12116104 or 7872327. OLE color: 7872327.

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

Color convert

RGB 71 31 120 -
CMYK 0.41 0.74 0 0.53
HSL 266.97º 0.59% 0.3% -
HSV(B) 266.97º 0.74% 0.47% -
XYZ 6.48 3.68 18.14 -
YUV 53.11 165.75 140.76 -
System Red Green Blue C M Y K H S L
Decimal 71 31 120 0.41 0.74 0 0.53 266.97 0.59 0.3
Hex 47 1F 78 29 4A 0 35 10B 3B 1E
Octal 107 37 170 51 112 0 65 413 73 36
Binary 1000111 11111 1111000 101001 1001010 0 110101 100001011 111011 11110

Color Harmonies of #471F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F78

Black with #471F78

Text Example


Text Example

White with #471F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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