Html Css Color HEX #47267D Windsor

📋 copy color: '#47267D'

red 71 ◦ green 38 ◦ blue 125

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

Shades of Windsor #47267D

Tints of Windsor #47267D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 53.42%

R = 30.34%
G = 16.24%
B = 53.42%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47267D (or 0x47267D) is known color: Windsor. HEX triplet: 47, 26 and 7D. RGB value is (71,38,125). Sum of RGB (Red+Green+Blue) = 71+38+125=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #47267D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47267D is #B8D982. Grayscale: #393939. Windows color (decimal): -12114307 or 8201799. OLE color: 8201799.

HSL color Cylindrical-coordinate representation of color #47267D: hue angle of 262.76º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47267D is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 38 125 -
CMYK 0.43 0.70 0 0.51
HSL 262.76º 0.53% 0.32% -
HSV(B) 262.76º 0.7% 0.49% -
XYZ 6.99 4.21 19.85 -
YUV 57.79 165.93 137.43 -
System Red Green Blue C M Y K H S L
Decimal 71 38 125 0.43 0.70 0 0.51 262.76 0.53 0.32
Hex 47 26 7D 2B 46 0 33 107 35 20
Octal 107 46 175 53 106 0 63 407 65 40
Binary 1000111 100110 1111101 101011 1000110 0 110011 100000111 110101 100000

Color Harmonies of #47267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47267D

Black with #47267D

Text Example


Text Example

White with #47267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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