Html Css Color HEX #4D327C Windsor

📋 copy color: '#4D327C'

red 77 ◦ green 50 ◦ blue 124

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

Shades of Windsor #4D327C

Tints of Windsor #4D327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.92%

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

R = 30.68%
G = 19.92%
B = 49.4%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D327C (or 0x4D327C) is known color: Windsor. HEX triplet: 4D, 32 and 7C. RGB value is (77,50,124). Sum of RGB (Red+Green+Blue) = 77+50+124=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D327C is #B2CD83. Grayscale: #424242. Windows color (decimal): -11718020 or 8139341. OLE color: 8139341.

HSL color Cylindrical-coordinate representation of color #4D327C: hue angle of 261.89º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D327C is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 50 124 -
CMYK 0.38 0.60 0 0.51
HSL 261.89º 0.43% 0.34% -
HSV(B) 261.89º 0.6% 0.49% -
XYZ 7.84 5.31 19.68 -
YUV 66.51 160.45 135.48 -
System Red Green Blue C M Y K H S L
Decimal 77 50 124 0.38 0.60 0 0.51 261.89 0.43 0.34
Hex 4D 32 7C 26 3C 0 33 106 2B 22
Octal 115 62 174 46 74 0 63 406 53 42
Binary 1001101 110010 1111100 100110 111100 0 110011 100000110 101011 100010

Color Harmonies of #4D327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D327C

Black with #4D327C

Text Example


Text Example

White with #4D327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,50,124); }

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

background-color css

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

 a { background-color: rgb(77,50,124); }

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

border-color css

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

 span { border-color: rgb(77,50,124); }

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