Html Css Color HEX #471881 Windsor

📋 copy color: '#471881'

red 71 ◦ green 24 ◦ blue 129

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

Shades of Windsor #471881

Tints of Windsor #471881

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.71%

 BLUE value IS 129 (50.78% from 255) = 57.59%

R = 31.7%
G = 10.71%
B = 57.59%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#471881 (or 0x471881) is known color: Windsor. HEX triplet: 47, 18 and 81. RGB value is (71,24,129). Sum of RGB (Red+Green+Blue) = 71+24+129=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 129 (50.78% from 255 or 57.59% from 224); Max value from RGB is 129 - color contains mainly: blue. Hex color #471881 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471881 is #B8E77E. Grayscale: #313131. Windows color (decimal): -12117887 or 8460359. OLE color: 8460359.

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

Color convert

RGB 71 24 129 -
CMYK 0.45 0.81 0 0.49
HSL 266.86º 0.69% 0.3% -
HSV(B) 266.86º 0.81% 0.51% -
XYZ 6.89 3.58 21.1 -
YUV 50.02 172.57 142.96 -
System Red Green Blue C M Y K H S L
Decimal 71 24 129 0.45 0.81 0 0.49 266.86 0.69 0.3
Hex 47 18 81 2D 51 0 31 10B 45 1E
Octal 107 30 201 55 121 0 61 413 105 36
Binary 1000111 11000 10000001 101101 1010001 0 110001 100001011 1000101 11110

Color Harmonies of #471881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471881

Black with #471881

Text Example


Text Example

White with #471881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471881; }

 p { color: rgb(71,24,129); }

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

background-color css

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

 a { background-color: rgb(71,24,129); }

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

border-color css

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

 span { border-color: rgb(71,24,129); }

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