Html Css Color HEX #47237C Windsor

📋 copy color: '#47237C'

red 71 ◦ green 35 ◦ blue 124

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

Shades of Windsor #47237C

Tints of Windsor #47237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.22%

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

R = 30.87%
G = 15.22%
B = 53.91%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47237C (or 0x47237C) is known color: Windsor. HEX triplet: 47, 23 and 7C. RGB value is (71,35,124). Sum of RGB (Red+Green+Blue) = 71+35+124=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #47237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47237C is #B8DC83. Grayscale: #373737. Windows color (decimal): -12115076 or 8135495. OLE color: 8135495.

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

Color convert

RGB 71 35 124 -
CMYK 0.43 0.72 0 0.51
HSL 264.27º 0.56% 0.31% -
HSV(B) 264.27º 0.72% 0.49% -
XYZ 6.84 4 19.48 -
YUV 55.91 166.43 138.76 -
System Red Green Blue C M Y K H S L
Decimal 71 35 124 0.43 0.72 0 0.51 264.27 0.56 0.31
Hex 47 23 7C 2B 48 0 33 108 38 1F
Octal 107 43 174 53 110 0 63 410 70 37
Binary 1000111 100011 1111100 101011 1001000 0 110011 100001000 111000 11111

Color Harmonies of #47237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47237C

Black with #47237C

Text Example


Text Example

White with #47237C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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