Html Css Color HEX #471A90 Windsor

📋 copy color: '#471A90'

red 71 ◦ green 26 ◦ blue 144

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

Shades of Windsor #471A90

Tints of Windsor #471A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.79%

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

R = 29.46%
G = 10.79%
B = 59.75%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#471A90 (or 0x471A90) is known color: Windsor. HEX triplet: 47, 1A and 90. RGB value is (71,26,144). Sum of RGB (Red+Green+Blue) = 71+26+144=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #471A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471A90 is #B8E56F. Grayscale: #343434. Windows color (decimal): -12117360 or 9443911. OLE color: 9443911.

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

Color convert

RGB 71 26 144 -
CMYK 0.51 0.82 0 0.44
HSL 262.88º 0.69% 0.33% -
HSV(B) 262.88º 0.82% 0.56% -
XYZ 8 4.09 26.75 -
YUV 52.91 179.41 140.91 -
System Red Green Blue C M Y K H S L
Decimal 71 26 144 0.51 0.82 0 0.44 262.88 0.69 0.33
Hex 47 1A 90 33 52 0 2C 107 45 21
Octal 107 32 220 63 122 0 54 407 105 41
Binary 1000111 11010 10010000 110011 1010010 0 101100 100000111 1000101 100001

Color Harmonies of #471A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A90

Black with #471A90

Text Example


Text Example

White with #471A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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