Html Css Color HEX #4D2280 Windsor

📋 copy color: '#4D2280'

red 77 ◦ green 34 ◦ blue 128

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

Shades of Windsor #4D2280

Tints of Windsor #4D2280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.23%

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

R = 32.22%
G = 14.23%
B = 53.56%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D2280 (or 0x4D2280) is known color: Windsor. HEX triplet: 4D, 22 and 80. RGB value is (77,34,128). Sum of RGB (Red+Green+Blue) = 77+34+128=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #4D2280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2280 is #B2DD7F. Grayscale: #393939. Windows color (decimal): -11722112 or 8397389. OLE color: 8397389.

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

Color convert

RGB 77 34 128 -
CMYK 0.40 0.73 0 0.50
HSL 267.45º 0.58% 0.32% -
HSV(B) 267.45º 0.73% 0.5% -
XYZ 7.53 4.28 20.85 -
YUV 57.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 77 34 128 0.40 0.73 0 0.50 267.45 0.58 0.32
Hex 4D 22 80 28 49 0 32 10B 3A 20
Octal 115 42 200 50 111 0 62 413 72 40
Binary 1001101 100010 10000000 101000 1001001 0 110010 100001011 111010 100000

Color Harmonies of #4D2280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2280

Black with #4D2280

Text Example


Text Example

White with #4D2280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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