Html Css Color HEX #47288D Windsor

📋 copy color: '#47288D'

red 71 ◦ green 40 ◦ blue 141

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

Shades of Windsor #47288D

Tints of Windsor #47288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.87%

 BLUE value IS 141 (55.47% from 255) = 55.95%

R = 28.17%
G = 15.87%
B = 55.95%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47288D (or 0x47288D) is known color: Windsor. HEX triplet: 47, 28 and 8D. RGB value is (71,40,141). Sum of RGB (Red+Green+Blue) = 71+40+141=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #47288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47288D is #B8D772. Grayscale: #3C3C3C. Windows color (decimal): -12113779 or 9250887. OLE color: 9250887.

HSL color Cylindrical-coordinate representation of color #47288D: hue angle of 258.42º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47288D is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 40 141 -
CMYK 0.50 0.72 0 0.45
HSL 258.42º 0.56% 0.35% -
HSV(B) 258.42º 0.72% 0.55% -
XYZ 8.17 4.78 25.69 -
YUV 60.78 173.27 135.29 -
System Red Green Blue C M Y K H S L
Decimal 71 40 141 0.50 0.72 0 0.45 258.42 0.56 0.35
Hex 47 28 8D 32 48 0 2D 102 38 23
Octal 107 50 215 62 110 0 55 402 70 43
Binary 1000111 101000 10001101 110010 1001000 0 101101 100000010 111000 100011

Color Harmonies of #47288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47288D

Black with #47288D

Text Example


Text Example

White with #47288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47288D; }

 p { color: rgb(71,40,141); }

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

background-color css

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

 a { background-color: rgb(71,40,141); }

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

border-color css

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

 span { border-color: rgb(71,40,141); }

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