Html Css Color HEX #472981 Windsor

📋 copy color: '#472981'

red 71 ◦ green 41 ◦ blue 129

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

Shades of Windsor #472981

Tints of Windsor #472981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.01%

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

R = 29.46%
G = 17.01%
B = 53.53%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#472981 (or 0x472981) is known color: Windsor. HEX triplet: 47, 29 and 81. RGB value is (71,41,129). Sum of RGB (Red+Green+Blue) = 71+41+129=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #472981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472981 is #B8D67E. Grayscale: #3B3B3B. Windows color (decimal): -12113535 or 8464711. OLE color: 8464711.

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

Color convert

RGB 71 41 129 -
CMYK 0.45 0.68 0 0.49
HSL 260.45º 0.52% 0.33% -
HSV(B) 260.45º 0.68% 0.51% -
XYZ 7.35 4.51 21.25 -
YUV 60 166.94 135.84 -
System Red Green Blue C M Y K H S L
Decimal 71 41 129 0.45 0.68 0 0.49 260.45 0.52 0.33
Hex 47 29 81 2D 44 0 31 104 34 21
Octal 107 51 201 55 104 0 61 404 64 41
Binary 1000111 101001 10000001 101101 1000100 0 110001 100000100 110100 100001

Color Harmonies of #472981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472981

Black with #472981

Text Example


Text Example

White with #472981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472981; }

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

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

background-color css

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

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

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

border-color css

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

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

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