Html Css Color HEX #4D2380 Windsor

📋 copy color: '#4D2380'

red 77 ◦ green 35 ◦ blue 128

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

Shades of Windsor #4D2380

Tints of Windsor #4D2380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.58%

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

R = 32.08%
G = 14.58%
B = 53.33%

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

#4D2380 (or 0x4D2380) is known color: Windsor. HEX triplet: 4D, 23 and 80. RGB value is (77,35,128). Sum of RGB (Red+Green+Blue) = 77+35+128=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #4D2380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2380 is #B2DC7F. Grayscale: #393939. Windows color (decimal): -11721856 or 8397645. OLE color: 8397645.

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

Color convert

RGB 77 35 128 -
CMYK 0.40 0.73 0 0.50
HSL 267.1º 0.57% 0.32% -
HSV(B) 267.1º 0.73% 0.5% -
XYZ 7.56 4.34 20.86 -
YUV 58.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 77 35 128 0.40 0.73 0 0.50 267.1 0.57 0.32
Hex 4D 23 80 28 49 0 32 10B 39 20
Octal 115 43 200 50 111 0 62 413 71 40
Binary 1001101 100011 10000000 101000 1001001 0 110010 100001011 111001 100000

Color Harmonies of #4D2380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2380

Black with #4D2380

Text Example


Text Example

White with #4D2380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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