Html Css Color HEX #47267C Windsor

📋 copy color: '#47267C'

red 71 ◦ green 38 ◦ blue 124

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

Shades of Windsor #47267C

Tints of Windsor #47267C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 53.22%

R = 30.47%
G = 16.31%
B = 53.22%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47267C (or 0x47267C) is known color: Windsor. HEX triplet: 47, 26 and 7C. RGB value is (71,38,124). Sum of RGB (Red+Green+Blue) = 71+38+124=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #47267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47267C is #B8D983. Grayscale: #393939. Windows color (decimal): -12114308 or 8136263. OLE color: 8136263.

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

Color convert

RGB 71 38 124 -
CMYK 0.43 0.69 0 0.51
HSL 263.02º 0.53% 0.32% -
HSV(B) 263.02º 0.69% 0.49% -
XYZ 6.93 4.18 19.51 -
YUV 57.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 71 38 124 0.43 0.69 0 0.51 263.02 0.53 0.32
Hex 47 26 7C 2B 45 0 33 107 35 20
Octal 107 46 174 53 105 0 63 407 65 40
Binary 1000111 100110 1111100 101011 1000101 0 110011 100000111 110101 100000

Color Harmonies of #47267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47267C

Black with #47267C

Text Example


Text Example

White with #47267C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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