Html Css Color HEX #471F83 Windsor

📋 copy color: '#471F83'

red 71 ◦ green 31 ◦ blue 131

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

Shades of Windsor #471F83

Tints of Windsor #471F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 56.22%

R = 30.47%
G = 13.3%
B = 56.22%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#471F83 (or 0x471F83) is known color: Windsor. HEX triplet: 47, 1F and 83. RGB value is (71,31,131). Sum of RGB (Red+Green+Blue) = 71+31+131=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 31 (12.5% from 255 or 13.30% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #471F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471F83 is #B8E07C. Grayscale: #363636. Windows color (decimal): -12116093 or 8593223. OLE color: 8593223.

HSL color Cylindrical-coordinate representation of color #471F83: hue angle of 264º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471F83 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 31 131 -
CMYK 0.46 0.76 0 0.49
HSL 264º 0.62% 0.32% -
HSV(B) 264º 0.76% 0.51% -
XYZ 7.19 3.96 21.86 -
YUV 54.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 71 31 131 0.46 0.76 0 0.49 264 0.62 0.32
Hex 47 1F 83 2E 4C 0 31 108 3E 20
Octal 107 37 203 56 114 0 61 410 76 40
Binary 1000111 11111 10000011 101110 1001100 0 110001 100001000 111110 100000

Color Harmonies of #471F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F83

Black with #471F83

Text Example


Text Example

White with #471F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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