Html Css Color HEX #472A81 Windsor

📋 copy color: '#472A81'

red 71 ◦ green 42 ◦ blue 129

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

Shades of Windsor #472A81

Tints of Windsor #472A81

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.36%

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

R = 29.34%
G = 17.36%
B = 53.31%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#472A81 (or 0x472A81) is known color: Windsor. HEX triplet: 47, 2A and 81. RGB value is (71,42,129). Sum of RGB (Red+Green+Blue) = 71+42+129=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 129 (50.78% from 255 or 53.31% from 242); Max value from RGB is 129 - color contains mainly: blue. Hex color #472A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472A81 is #B8D57E. Grayscale: #3C3C3C. Windows color (decimal): -12113279 or 8464967. OLE color: 8464967.

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

Color convert

RGB 71 42 129 -
CMYK 0.45 0.67 0 0.49
HSL 260º 0.51% 0.34% -
HSV(B) 260º 0.67% 0.51% -
XYZ 7.39 4.58 21.26 -
YUV 60.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 71 42 129 0.45 0.67 0 0.49 260 0.51 0.34
Hex 47 2A 81 2D 43 0 31 104 33 22
Octal 107 52 201 55 103 0 61 404 63 42
Binary 1000111 101010 10000001 101101 1000011 0 110001 100000100 110011 100010

Color Harmonies of #472A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A81

Black with #472A81

Text Example


Text Example

White with #472A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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