Html Css Color HEX #47317F Windsor

📋 copy color: '#47317F'

red 71 ◦ green 49 ◦ blue 127

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

Shades of Windsor #47317F

Tints of Windsor #47317F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.84%

 BLUE value IS 127 (50% from 255) = 51.42%

R = 28.74%
G = 19.84%
B = 51.42%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47317F (or 0x47317F) is known color: Windsor. HEX triplet: 47, 31 and 7F. RGB value is (71,49,127). Sum of RGB (Red+Green+Blue) = 71+49+127=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #47317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47317F is #B8CE80. Grayscale: #404040. Windows color (decimal): -12111489 or 8335687. OLE color: 8335687.

HSL color Cylindrical-coordinate representation of color #47317F: hue angle of 256.92º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47317F is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 49 127 -
CMYK 0.44 0.61 0 0.50
HSL 256.92º 0.44% 0.35% -
HSV(B) 256.92º 0.61% 0.5% -
XYZ 7.53 5.07 20.66 -
YUV 64.47 163.29 132.66 -
System Red Green Blue C M Y K H S L
Decimal 71 49 127 0.44 0.61 0 0.50 256.92 0.44 0.35
Hex 47 31 7F 2C 3D 0 32 101 2C 23
Octal 107 61 177 54 75 0 62 401 54 43
Binary 1000111 110001 1111111 101100 111101 0 110010 100000001 101100 100011

Color Harmonies of #47317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47317F

Black with #47317F

Text Example


Text Example

White with #47317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47317F; }

 p { color: rgb(71,49,127); }

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

background-color css

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

 a { background-color: rgb(71,49,127); }

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

border-color css

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

 span { border-color: rgb(71,49,127); }

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