Html Css Color HEX #4D2480 Windsor

📋 copy color: '#4D2480'

red 77 ◦ green 36 ◦ blue 128

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

Shades of Windsor #4D2480

Tints of Windsor #4D2480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 53.11%

R = 31.95%
G = 14.94%
B = 53.11%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D2480 (or 0x4D2480) is known color: Windsor. HEX triplet: 4D, 24 and 80. RGB value is (77,36,128). Sum of RGB (Red+Green+Blue) = 77+36+128=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #4D2480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2480 is #B2DB7F. Grayscale: #3A3A3A. Windows color (decimal): -11721600 or 8397901. OLE color: 8397901.

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

Color convert

RGB 77 36 128 -
CMYK 0.40 0.72 0 0.50
HSL 266.74º 0.56% 0.32% -
HSV(B) 266.74º 0.72% 0.5% -
XYZ 7.59 4.4 20.87 -
YUV 58.75 167.08 141.02 -
System Red Green Blue C M Y K H S L
Decimal 77 36 128 0.40 0.72 0 0.50 266.74 0.56 0.32
Hex 4D 24 80 28 48 0 32 10B 38 20
Octal 115 44 200 50 110 0 62 413 70 40
Binary 1001101 100100 10000000 101000 1001000 0 110010 100001011 111000 100000

Color Harmonies of #4D2480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2480

Black with #4D2480

Text Example


Text Example

White with #4D2480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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