Html Css Color HEX #4D3281 Windsor

📋 copy color: '#4D3281'

red 77 ◦ green 50 ◦ blue 129

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

Shades of Windsor #4D3281

Tints of Windsor #4D3281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 50.39%

R = 30.08%
G = 19.53%
B = 50.39%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D3281 (or 0x4D3281) is known color: Windsor. HEX triplet: 4D, 32 and 81. RGB value is (77,50,129). Sum of RGB (Red+Green+Blue) = 77+50+129=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #4D3281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3281 is #B2CD7E. Grayscale: #424242. Windows color (decimal): -11718015 or 8467021. OLE color: 8467021.

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

Color convert

RGB 77 50 129 -
CMYK 0.40 0.61 0 0.49
HSL 260.51º 0.44% 0.35% -
HSV(B) 260.51º 0.61% 0.51% -
XYZ 8.16 5.44 21.39 -
YUV 67.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 77 50 129 0.40 0.61 0 0.49 260.51 0.44 0.35
Hex 4D 32 81 28 3D 0 31 105 2C 23
Octal 115 62 201 50 75 0 61 405 54 43
Binary 1001101 110010 10000001 101000 111101 0 110001 100000101 101100 100011

Color Harmonies of #4D3281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3281

Black with #4D3281

Text Example


Text Example

White with #4D3281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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