Html Css Color HEX #47357F Windsor

📋 copy color: '#47357F'

red 71 ◦ green 53 ◦ blue 127

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

Shades of Windsor #47357F

Tints of Windsor #47357F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 50.6%

R = 28.29%
G = 21.12%
B = 50.6%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47357F (or 0x47357F) is known color: Windsor. HEX triplet: 47, 35 and 7F. RGB value is (71,53,127). Sum of RGB (Red+Green+Blue) = 71+53+127=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #47357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47357F is #B8CA80. Grayscale: #424242. Windows color (decimal): -12110465 or 8336711. OLE color: 8336711.

HSL color Cylindrical-coordinate representation of color #47357F: hue angle of 254.59º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47357F is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 53 127 -
CMYK 0.44 0.58 0 0.50
HSL 254.59º 0.41% 0.35% -
HSV(B) 254.59º 0.58% 0.5% -
XYZ 7.7 5.42 20.72 -
YUV 66.82 161.96 130.98 -
System Red Green Blue C M Y K H S L
Decimal 71 53 127 0.44 0.58 0 0.50 254.59 0.41 0.35
Hex 47 35 7F 2C 3A 0 32 FF 29 23
Octal 107 65 177 54 72 0 62 377 51 43
Binary 1000111 110101 1111111 101100 111010 0 110010 11111111 101001 100011

Color Harmonies of #47357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47357F

Black with #47357F

Text Example


Text Example

White with #47357F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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