Html Css Color HEX #471990 Windsor

📋 copy color: '#471990'

red 71 ◦ green 25 ◦ blue 144

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

Shades of Windsor #471990

Tints of Windsor #471990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 60%

R = 29.58%
G = 10.42%
B = 60%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#471990 (or 0x471990) is known color: Windsor. HEX triplet: 47, 19 and 90. RGB value is (71,25,144). Sum of RGB (Red+Green+Blue) = 71+25+144=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #471990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471990 is #B8E66F. Grayscale: #333333. Windows color (decimal): -12117616 or 9443655. OLE color: 9443655.

HSL color Cylindrical-coordinate representation of color #471990: hue angle of 263.19º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #471990 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 25 144 -
CMYK 0.51 0.83 0 0.44
HSL 263.19º 0.7% 0.33% -
HSV(B) 263.19º 0.83% 0.56% -
XYZ 7.98 4.05 26.75 -
YUV 52.32 179.74 141.32 -
System Red Green Blue C M Y K H S L
Decimal 71 25 144 0.51 0.83 0 0.44 263.19 0.7 0.33
Hex 47 19 90 33 53 0 2C 107 46 21
Octal 107 31 220 63 123 0 54 407 106 41
Binary 1000111 11001 10010000 110011 1010011 0 101100 100000111 1000110 100001

Color Harmonies of #471990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471990

Black with #471990

Text Example


Text Example

White with #471990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471990; }

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

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

background-color css

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

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

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

border-color css

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

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

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