Html Css Color HEX #47177C Windsor

📋 copy color: '#47177C'

red 71 ◦ green 23 ◦ blue 124

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

Shades of Windsor #47177C

Tints of Windsor #47177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

 BLUE value IS 124 (48.83% from 255) = 56.88%

R = 32.57%
G = 10.55%
B = 56.88%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47177C (or 0x47177C) is known color: Windsor. HEX triplet: 47, 17 and 7C. RGB value is (71,23,124). Sum of RGB (Red+Green+Blue) = 71+23+124=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #47177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47177C is #B8E883. Grayscale: #303030. Windows color (decimal): -12118148 or 8132423. OLE color: 8132423.

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

Color convert

RGB 71 23 124 -
CMYK 0.43 0.81 0 0.51
HSL 268.51º 0.69% 0.29% -
HSV(B) 268.51º 0.81% 0.49% -
XYZ 6.54 3.41 19.38 -
YUV 48.87 170.4 143.79 -
System Red Green Blue C M Y K H S L
Decimal 71 23 124 0.43 0.81 0 0.51 268.51 0.69 0.29
Hex 47 17 7C 2B 51 0 33 10D 45 1D
Octal 107 27 174 53 121 0 63 415 105 35
Binary 1000111 10111 1111100 101011 1010001 0 110011 100001101 1000101 11101

Color Harmonies of #47177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47177C

Black with #47177C

Text Example


Text Example

White with #47177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47177C; }

 p { color: rgb(71,23,124); }

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

background-color css

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

 a { background-color: rgb(71,23,124); }

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

border-color css

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

 span { border-color: rgb(71,23,124); }

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