Html Css Color HEX #4D208A Windsor

📋 copy color: '#4D208A'

red 77 ◦ green 32 ◦ blue 138

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

Shades of Windsor #4D208A

Tints of Windsor #4D208A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 55.87%

R = 31.17%
G = 12.96%
B = 55.87%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4D208A (or 0x4D208A) is known color: Windsor. HEX triplet: 4D, 20 and 8A. RGB value is (77,32,138). Sum of RGB (Red+Green+Blue) = 77+32+138=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D208A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D208A is #B2DF75. Grayscale: #393939. Windows color (decimal): -11722614 or 9052237. OLE color: 9052237.

HSL color Cylindrical-coordinate representation of color #4D208A: hue angle of 265.47º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D208A is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 77 32 138 -
CMYK 0.44 0.77 0 0.46
HSL 265.47º 0.62% 0.33% -
HSV(B) 265.47º 0.77% 0.54% -
XYZ 8.16 4.45 24.47 -
YUV 57.54 173.41 141.88 -
System Red Green Blue C M Y K H S L
Decimal 77 32 138 0.44 0.77 0 0.46 265.47 0.62 0.33
Hex 4D 20 8A 2C 4D 0 2E 109 3E 21
Octal 115 40 212 54 115 0 56 411 76 41
Binary 1001101 100000 10001010 101100 1001101 0 101110 100001001 111110 100001

Color Harmonies of #4D208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D208A

Black with #4D208A

Text Example


Text Example

White with #4D208A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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