Html Css Color HEX #47247F Windsor

📋 copy color: '#47247F'

red 71 ◦ green 36 ◦ blue 127

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

Shades of Windsor #47247F

Tints of Windsor #47247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.38%

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

R = 30.34%
G = 15.38%
B = 54.27%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47247F (or 0x47247F) is known color: Windsor. HEX triplet: 47, 24 and 7F. RGB value is (71,36,127). Sum of RGB (Red+Green+Blue) = 71+36+127=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #47247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47247F is #B8DB80. Grayscale: #383838. Windows color (decimal): -12114817 or 8332359. OLE color: 8332359.

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

Color convert

RGB 71 36 127 -
CMYK 0.44 0.72 0 0.50
HSL 263.08º 0.56% 0.32% -
HSV(B) 263.08º 0.72% 0.5% -
XYZ 7.06 4.13 20.5 -
YUV 56.84 167.6 138.1 -
System Red Green Blue C M Y K H S L
Decimal 71 36 127 0.44 0.72 0 0.50 263.08 0.56 0.32
Hex 47 24 7F 2C 48 0 32 107 38 20
Octal 107 44 177 54 110 0 62 407 70 40
Binary 1000111 100100 1111111 101100 1001000 0 110010 100000111 111000 100000

Color Harmonies of #47247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47247F

Black with #47247F

Text Example


Text Example

White with #47247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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