Html Css Color HEX #472081 Windsor

📋 copy color: '#472081'

red 71 ◦ green 32 ◦ blue 129

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

Shades of Windsor #472081

Tints of Windsor #472081

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

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

R = 30.6%
G = 13.79%
B = 55.6%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#472081 (or 0x472081) is known color: Windsor. HEX triplet: 47, 20 and 81. RGB value is (71,32,129). Sum of RGB (Red+Green+Blue) = 71+32+129=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #472081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472081 is #B8DF7E. Grayscale: #363636. Windows color (decimal): -12115839 or 8462407. OLE color: 8462407.

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

Color convert

RGB 71 32 129 -
CMYK 0.45 0.75 0 0.49
HSL 264.12º 0.6% 0.32% -
HSV(B) 264.12º 0.75% 0.51% -
XYZ 7.08 3.96 21.16 -
YUV 54.72 169.92 139.61 -
System Red Green Blue C M Y K H S L
Decimal 71 32 129 0.45 0.75 0 0.49 264.12 0.6 0.32
Hex 47 20 81 2D 4B 0 31 108 3C 20
Octal 107 40 201 55 113 0 61 410 74 40
Binary 1000111 100000 10000001 101101 1001011 0 110001 100001000 111100 100000

Color Harmonies of #472081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472081

Black with #472081

Text Example


Text Example

White with #472081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472081; }

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

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

background-color css

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

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

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

border-color css

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

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

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