Html Css Color HEX #47227C Windsor

📋 copy color: '#47227C'

red 71 ◦ green 34 ◦ blue 124

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

Shades of Windsor #47227C

Tints of Windsor #47227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.85%

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

R = 31%
G = 14.85%
B = 54.15%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47227C (or 0x47227C) is known color: Windsor. HEX triplet: 47, 22 and 7C. RGB value is (71,34,124). Sum of RGB (Red+Green+Blue) = 71+34+124=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #47227C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47227C is #B8DD83. Grayscale: #373737. Windows color (decimal): -12115332 or 8135239. OLE color: 8135239.

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

Color convert

RGB 71 34 124 -
CMYK 0.43 0.73 0 0.51
HSL 264.67º 0.57% 0.31% -
HSV(B) 264.67º 0.73% 0.49% -
XYZ 6.81 3.94 19.47 -
YUV 55.32 166.76 139.18 -
System Red Green Blue C M Y K H S L
Decimal 71 34 124 0.43 0.73 0 0.51 264.67 0.57 0.31
Hex 47 22 7C 2B 49 0 33 109 39 1F
Octal 107 42 174 53 111 0 63 411 71 37
Binary 1000111 100010 1111100 101011 1001001 0 110011 100001001 111001 11111

Color Harmonies of #47227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47227C

Black with #47227C

Text Example


Text Example

White with #47227C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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