Html Css Color HEX #471A99 Windsor

📋 copy color: '#471A99'

red 71 ◦ green 26 ◦ blue 153

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

Shades of Windsor #471A99

Tints of Windsor #471A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.2%

R = 28.4%
G = 10.4%
B = 61.2%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#471A99 (or 0x471A99) is known color: Windsor. HEX triplet: 47, 1A and 99. RGB value is (71,26,153). Sum of RGB (Red+Green+Blue) = 71+26+153=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #471A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471A99 is #B8E566. Grayscale: #353535. Windows color (decimal): -12117351 or 10033735. OLE color: 10033735.

HSL color Cylindrical-coordinate representation of color #471A99: hue angle of 261.26º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #471A99 is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 26 153 -
CMYK 0.54 0.83 0 0.4
HSL 261.26º 0.71% 0.35% -
HSV(B) 261.26º 0.83% 0.6% -
XYZ 8.72 4.38 30.52 -
YUV 53.93 183.91 140.17 -
System Red Green Blue C M Y K H S L
Decimal 71 26 153 0.54 0.83 0 0.4 261.26 0.71 0.35
Hex 47 1A 99 36 53 0 28 105 47 23
Octal 107 32 231 66 123 0 50 405 107 43
Binary 1000111 11010 10011001 110110 1010011 0 101000 100000101 1000111 100011

Color Harmonies of #471A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A99

Black with #471A99

Text Example


Text Example

White with #471A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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