Html Css Color HEX #47267F Windsor

📋 copy color: '#47267F'

red 71 ◦ green 38 ◦ blue 127

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

Shades of Windsor #47267F

Tints of Windsor #47267F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.1%

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

R = 30.08%
G = 16.1%
B = 53.81%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47267F (or 0x47267F) is known color: Windsor. HEX triplet: 47, 26 and 7F. RGB value is (71,38,127). Sum of RGB (Red+Green+Blue) = 71+38+127=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #47267F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47267F is #B8D980. Grayscale: #393939. Windows color (decimal): -12114305 or 8332871. OLE color: 8332871.

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

Color convert

RGB 71 38 127 -
CMYK 0.44 0.70 0 0.50
HSL 262.25º 0.54% 0.32% -
HSV(B) 262.25º 0.7% 0.5% -
XYZ 7.12 4.26 20.53 -
YUV 58.01 166.93 137.26 -
System Red Green Blue C M Y K H S L
Decimal 71 38 127 0.44 0.70 0 0.50 262.25 0.54 0.32
Hex 47 26 7F 2C 46 0 32 106 36 20
Octal 107 46 177 54 106 0 62 406 66 40
Binary 1000111 100110 1111111 101100 1000110 0 110010 100000110 110110 100000

Color Harmonies of #47267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47267F

Black with #47267F

Text Example


Text Example

White with #47267F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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