Html Css Color HEX #47247C Windsor

📋 copy color: '#47247C'

red 71 ◦ green 36 ◦ blue 124

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

Shades of Windsor #47247C

Tints of Windsor #47247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

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

R = 30.74%
G = 15.58%
B = 53.68%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47247C (or 0x47247C) is known color: Windsor. HEX triplet: 47, 24 and 7C. RGB value is (71,36,124). Sum of RGB (Red+Green+Blue) = 71+36+124=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #47247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47247C is #B8DB83. Grayscale: #383838. Windows color (decimal): -12114820 or 8135751. OLE color: 8135751.

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

Color convert

RGB 71 36 124 -
CMYK 0.43 0.71 0 0.51
HSL 263.86º 0.55% 0.31% -
HSV(B) 263.86º 0.71% 0.49% -
XYZ 6.87 4.06 19.49 -
YUV 56.5 166.1 138.34 -
System Red Green Blue C M Y K H S L
Decimal 71 36 124 0.43 0.71 0 0.51 263.86 0.55 0.31
Hex 47 24 7C 2B 47 0 33 108 37 1F
Octal 107 44 174 53 107 0 63 410 67 37
Binary 1000111 100100 1111100 101011 1000111 0 110011 100001000 110111 11111

Color Harmonies of #47247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47247C

Black with #47247C

Text Example


Text Example

White with #47247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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