Html Css Color HEX #4D3280 Windsor

📋 copy color: '#4D3280'

red 77 ◦ green 50 ◦ blue 128

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

Shades of Windsor #4D3280

Tints of Windsor #4D3280

RGB

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

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

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

R = 30.2%
G = 19.61%
B = 50.2%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D3280 (or 0x4D3280) is known color: Windsor. HEX triplet: 4D, 32 and 80. RGB value is (77,50,128). Sum of RGB (Red+Green+Blue) = 77+50+128=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #4D3280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3280 is #B2CD7F. Grayscale: #424242. Windows color (decimal): -11718016 or 8401485. OLE color: 8401485.

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

Color convert

RGB 77 50 128 -
CMYK 0.40 0.61 0 0.50
HSL 260.77º 0.44% 0.35% -
HSV(B) 260.77º 0.61% 0.5% -
XYZ 8.1 5.42 21.04 -
YUV 66.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 77 50 128 0.40 0.61 0 0.50 260.77 0.44 0.35
Hex 4D 32 80 28 3D 0 32 105 2C 23
Octal 115 62 200 50 75 0 62 405 54 43
Binary 1001101 110010 10000000 101000 111101 0 110010 100000101 101100 100011

Color Harmonies of #4D3280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3280

Black with #4D3280

Text Example


Text Example

White with #4D3280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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