Html Css Color HEX #471983 Windsor

📋 copy color: '#471983'

red 71 ◦ green 25 ◦ blue 131

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

Shades of Windsor #471983

Tints of Windsor #471983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

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

R = 31.28%
G = 11.01%
B = 57.71%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#471983 (or 0x471983) is known color: Windsor. HEX triplet: 47, 19 and 83. RGB value is (71,25,131). Sum of RGB (Red+Green+Blue) = 71+25+131=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 131 (51.56% from 255 or 57.71% from 227); Max value from RGB is 131 - color contains mainly: blue. Hex color #471983 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471983 is #B8E67C. Grayscale: #323232. Windows color (decimal): -12117629 or 8591687. OLE color: 8591687.

HSL color Cylindrical-coordinate representation of color #471983: hue angle of 266.04º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #471983 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 25 131 -
CMYK 0.46 0.81 0 0.49
HSL 266.04º 0.68% 0.31% -
HSV(B) 266.04º 0.81% 0.51% -
XYZ 7.04 3.67 21.81 -
YUV 50.84 173.24 142.38 -
System Red Green Blue C M Y K H S L
Decimal 71 25 131 0.46 0.81 0 0.49 266.04 0.68 0.31
Hex 47 19 83 2E 51 0 31 10A 44 1F
Octal 107 31 203 56 121 0 61 412 104 37
Binary 1000111 11001 10000011 101110 1010001 0 110001 100001010 1000100 11111

Color Harmonies of #471983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471983

Black with #471983

Text Example


Text Example

White with #471983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471983; }

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

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

background-color css

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

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

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

border-color css

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

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

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