Html Css Color HEX #4D208D Windsor

📋 copy color: '#4D208D'

red 77 ◦ green 32 ◦ blue 141

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

Shades of Windsor #4D208D

Tints of Windsor #4D208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

 BLUE value IS 141 (55.47% from 255) = 56.4%

R = 30.8%
G = 12.8%
B = 56.4%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D208D (or 0x4D208D) is known color: Windsor. HEX triplet: 4D, 20 and 8D. RGB value is (77,32,141). Sum of RGB (Red+Green+Blue) = 77+32+141=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D208D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D208D is #B2DF72. Grayscale: #393939. Windows color (decimal): -11722611 or 9248845. OLE color: 9248845.

HSL color Cylindrical-coordinate representation of color #4D208D: hue angle of 264.77º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D208D is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 32 141 -
CMYK 0.45 0.77 0 0.45
HSL 264.77º 0.63% 0.34% -
HSV(B) 264.77º 0.77% 0.55% -
XYZ 8.38 4.53 25.63 -
YUV 57.88 174.91 141.64 -
System Red Green Blue C M Y K H S L
Decimal 77 32 141 0.45 0.77 0 0.45 264.77 0.63 0.34
Hex 4D 20 8D 2D 4D 0 2D 109 3F 22
Octal 115 40 215 55 115 0 55 411 77 42
Binary 1001101 100000 10001101 101101 1001101 0 101101 100001001 111111 100010

Color Harmonies of #4D208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D208D

Black with #4D208D

Text Example


Text Example

White with #4D208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,32,141); }

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

background-color css

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

 a { background-color: rgb(77,32,141); }

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

border-color css

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

 span { border-color: rgb(77,32,141); }

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