Html Css Color HEX #47357D Windsor

📋 copy color: '#47357D'

red 71 ◦ green 53 ◦ blue 125

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

Shades of Windsor #47357D

Tints of Windsor #47357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.29%

 BLUE value IS 125 (49.22% from 255) = 50.2%

R = 28.51%
G = 21.29%
B = 50.2%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47357D (or 0x47357D) is known color: Windsor. HEX triplet: 47, 35 and 7D. RGB value is (71,53,125). Sum of RGB (Red+Green+Blue) = 71+53+125=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #47357D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47357D is #B8CA82. Grayscale: #424242. Windows color (decimal): -12110467 or 8205639. OLE color: 8205639.

HSL color Cylindrical-coordinate representation of color #47357D: hue angle of 255º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47357D is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 53 125 -
CMYK 0.43 0.58 0 0.51
HSL 255º 0.4% 0.35% -
HSV(B) 255º 0.58% 0.49% -
XYZ 7.57 5.37 20.04 -
YUV 66.59 160.96 131.15 -
System Red Green Blue C M Y K H S L
Decimal 71 53 125 0.43 0.58 0 0.51 255 0.4 0.35
Hex 47 35 7D 2B 3A 0 33 FF 28 23
Octal 107 65 175 53 72 0 63 377 50 43
Binary 1000111 110101 1111101 101011 111010 0 110011 11111111 101000 100011

Color Harmonies of #47357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47357D

Black with #47357D

Text Example


Text Example

White with #47357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47357D; }

 p { color: rgb(71,53,125); }

 H1.HeaderClassName
 {
   color: #47357D;
 }
 .AnyTagClassName
 {
   color: #47357D;
 }
</style>

background-color css

<style>
 a { background-color: #47357D; }

 a { background-color: rgb(71,53,125); }

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

border-color css

<style>
 span { border-color: #47357D; }

 span { border-color: rgb(71,53,125); }

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