Html Css Color HEX #47257C Windsor

📋 copy color: '#47257C'

red 71 ◦ green 37 ◦ blue 124

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

Shades of Windsor #47257C

Tints of Windsor #47257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.95%

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

R = 30.6%
G = 15.95%
B = 53.45%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47257C (or 0x47257C) is known color: Windsor. HEX triplet: 47, 25 and 7C. RGB value is (71,37,124). Sum of RGB (Red+Green+Blue) = 71+37+124=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #47257C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47257C is #B8DA83. Grayscale: #383838. Windows color (decimal): -12114564 or 8136007. OLE color: 8136007.

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

Color convert

RGB 71 37 124 -
CMYK 0.43 0.70 0 0.51
HSL 263.45º 0.54% 0.32% -
HSV(B) 263.45º 0.7% 0.49% -
XYZ 6.9 4.12 19.5 -
YUV 57.08 165.76 137.93 -
System Red Green Blue C M Y K H S L
Decimal 71 37 124 0.43 0.70 0 0.51 263.45 0.54 0.32
Hex 47 25 7C 2B 46 0 33 107 36 20
Octal 107 45 174 53 106 0 63 407 66 40
Binary 1000111 100101 1111100 101011 1000110 0 110011 100000111 110110 100000

Color Harmonies of #47257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47257C

Black with #47257C

Text Example


Text Example

White with #47257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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