Html Css Color HEX #4D357F Windsor

📋 copy color: '#4D357F'

red 77 ◦ green 53 ◦ blue 127

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

Shades of Windsor #4D357F

Tints of Windsor #4D357F

RGB

 RED value IS 77 (30.47% from 255) = 29.96%

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

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

R = 29.96%
G = 20.62%
B = 49.42%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D357F (or 0x4D357F) is known color: Windsor. HEX triplet: 4D, 35 and 7F. RGB value is (77,53,127). Sum of RGB (Red+Green+Blue) = 77+53+127=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D357F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D357F is #B2CA80. Grayscale: #444444. Windows color (decimal): -11717249 or 8336717. OLE color: 8336717.

HSL color Cylindrical-coordinate representation of color #4D357F: hue angle of 259.46º 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 #4D357F is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 53 127 -
CMYK 0.39 0.58 0 0.50
HSL 259.46º 0.41% 0.35% -
HSV(B) 259.46º 0.58% 0.5% -
XYZ 8.16 5.66 20.74 -
YUV 68.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 77 53 127 0.39 0.58 0 0.50 259.46 0.41 0.35
Hex 4D 35 7F 27 3A 0 32 103 29 23
Octal 115 65 177 47 72 0 62 403 51 43
Binary 1001101 110101 1111111 100111 111010 0 110010 100000011 101001 100011

Color Harmonies of #4D357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D357F

Black with #4D357F

Text Example


Text Example

White with #4D357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D357F; }

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

 H1.HeaderClassName
 {
   color: #4D357F;
 }
 .AnyTagClassName
 {
   color: #4D357F;
 }
</style>

background-color css

<style>
 a { background-color: #4D357F; }

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

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

border-color css

<style>
 span { border-color: #4D357F; }

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

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