Html Css Color HEX #472777 Windsor

📋 copy color: '#472777'

red 71 ◦ green 39 ◦ blue 119

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

Shades of Windsor #472777

Tints of Windsor #472777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.03%

 BLUE value IS 119 (46.88% from 255) = 51.97%

R = 31%
G = 17.03%
B = 51.97%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#472777 (or 0x472777) is known color: Windsor. HEX triplet: 47, 27 and 77. RGB value is (71,39,119). Sum of RGB (Red+Green+Blue) = 71+39+119=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #472777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472777 is #B8D888. Grayscale: #393939. Windows color (decimal): -12114057 or 7808839. OLE color: 7808839.

HSL color Cylindrical-coordinate representation of color #472777: hue angle of 264º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #472777 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 39 119 -
CMYK 0.40 0.67 0 0.53
HSL 264º 0.51% 0.31% -
HSV(B) 264º 0.67% 0.47% -
XYZ 6.65 4.12 17.9 -
YUV 57.69 162.6 137.5 -
System Red Green Blue C M Y K H S L
Decimal 71 39 119 0.40 0.67 0 0.53 264 0.51 0.31
Hex 47 27 77 28 43 0 35 108 33 1F
Octal 107 47 167 50 103 0 65 410 63 37
Binary 1000111 100111 1110111 101000 1000011 0 110101 100001000 110011 11111

Color Harmonies of #472777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472777

Black with #472777

Text Example


Text Example

White with #472777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472777; }

 p { color: rgb(71,39,119); }

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

background-color css

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

 a { background-color: rgb(71,39,119); }

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

border-color css

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

 span { border-color: rgb(71,39,119); }

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