Html Css Color HEX #47217B Windsor

📋 copy color: '#47217B'

red 71 ◦ green 33 ◦ blue 123

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

Shades of Windsor #47217B

Tints of Windsor #47217B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.54%

 BLUE value IS 123 (48.44% from 255) = 54.19%

R = 31.28%
G = 14.54%
B = 54.19%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47217B (or 0x47217B) is known color: Windsor. HEX triplet: 47, 21 and 7B. RGB value is (71,33,123). Sum of RGB (Red+Green+Blue) = 71+33+123=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #47217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47217B is #B8DE84. Grayscale: #363636. Windows color (decimal): -12115589 or 8069447. OLE color: 8069447.

HSL color Cylindrical-coordinate representation of color #47217B: hue angle of 265.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47217B is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 33 123 -
CMYK 0.42 0.73 0 0.52
HSL 265.33º 0.58% 0.31% -
HSV(B) 265.33º 0.73% 0.48% -
XYZ 6.72 3.86 19.13 -
YUV 54.62 166.59 139.68 -
System Red Green Blue C M Y K H S L
Decimal 71 33 123 0.42 0.73 0 0.52 265.33 0.58 0.31
Hex 47 21 7B 2A 49 0 34 109 3A 1F
Octal 107 41 173 52 111 0 64 411 72 37
Binary 1000111 100001 1111011 101010 1001001 0 110100 100001001 111010 11111

Color Harmonies of #47217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47217B

Black with #47217B

Text Example


Text Example

White with #47217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47217B; }

 p { color: rgb(71,33,123); }

 H1.HeaderClassName
 {
   color: #47217B;
 }
 .AnyTagClassName
 {
   color: #47217B;
 }
</style>

background-color css

<style>
 a { background-color: #47217B; }

 a { background-color: rgb(71,33,123); }

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

border-color css

<style>
 span { border-color: #47217B; }

 span { border-color: rgb(71,33,123); }

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