Html Css Color HEX #4D2180 Windsor

📋 copy color: '#4D2180'

red 77 ◦ green 33 ◦ blue 128

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

Shades of Windsor #4D2180

Tints of Windsor #4D2180

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.87%

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

R = 32.35%
G = 13.87%
B = 53.78%

CMYK

 C value IS 0.40

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D2180 (or 0x4D2180) is known color: Windsor. HEX triplet: 4D, 21 and 80. RGB value is (77,33,128). Sum of RGB (Red+Green+Blue) = 77+33+128=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #4D2180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2180 is #B2DE7F. Grayscale: #383838. Windows color (decimal): -11722368 or 8397133. OLE color: 8397133.

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

Color convert

RGB 77 33 128 -
CMYK 0.40 0.74 0 0.50
HSL 267.79º 0.59% 0.32% -
HSV(B) 267.79º 0.74% 0.5% -
XYZ 7.5 4.22 20.84 -
YUV 56.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 77 33 128 0.40 0.74 0 0.50 267.79 0.59 0.32
Hex 4D 21 80 28 4A 0 32 10C 3B 20
Octal 115 41 200 50 112 0 62 414 73 40
Binary 1001101 100001 10000000 101000 1001010 0 110010 100001100 111011 100000

Color Harmonies of #4D2180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2180

Black with #4D2180

Text Example


Text Example

White with #4D2180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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