Html Css Color HEX #4D247F Windsor

📋 copy color: '#4D247F'

red 77 ◦ green 36 ◦ blue 127

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

Shades of Windsor #4D247F

Tints of Windsor #4D247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15%

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

R = 32.08%
G = 15%
B = 52.92%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D247F (or 0x4D247F) is known color: Windsor. HEX triplet: 4D, 24 and 7F. RGB value is (77,36,127). Sum of RGB (Red+Green+Blue) = 77+36+127=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D247F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D247F is #B2DB80. Grayscale: #3A3A3A. Windows color (decimal): -11721601 or 8332365. OLE color: 8332365.

HSL color Cylindrical-coordinate representation of color #4D247F: hue angle of 267.03º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D247F is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 36 127 -
CMYK 0.39 0.72 0 0.50
HSL 267.03º 0.56% 0.32% -
HSV(B) 267.03º 0.72% 0.5% -
XYZ 7.52 4.37 20.53 -
YUV 58.63 166.58 141.1 -
System Red Green Blue C M Y K H S L
Decimal 77 36 127 0.39 0.72 0 0.50 267.03 0.56 0.32
Hex 4D 24 7F 27 48 0 32 10B 38 20
Octal 115 44 177 47 110 0 62 413 70 40
Binary 1001101 100100 1111111 100111 1001000 0 110010 100001011 111000 100000

Color Harmonies of #4D247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D247F

Black with #4D247F

Text Example


Text Example

White with #4D247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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