Html Css Color HEX #4D3381 Windsor

📋 copy color: '#4D3381'

red 77 ◦ green 51 ◦ blue 129

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

Shades of Windsor #4D3381

Tints of Windsor #4D3381

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.84%

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

R = 29.96%
G = 19.84%
B = 50.19%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D3381 (or 0x4D3381) is known color: Windsor. HEX triplet: 4D, 33 and 81. RGB value is (77,51,129). Sum of RGB (Red+Green+Blue) = 77+51+129=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 129 (50.78% from 255 or 50.19% from 257); Max value from RGB is 129 - color contains mainly: blue. Hex color #4D3381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3381 is #B2CC7E. Grayscale: #434343. Windows color (decimal): -11717759 or 8467277. OLE color: 8467277.

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

Color convert

RGB 77 51 129 -
CMYK 0.40 0.60 0 0.49
HSL 260º 0.43% 0.35% -
HSV(B) 260º 0.6% 0.51% -
XYZ 8.21 5.53 21.4 -
YUV 67.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 77 51 129 0.40 0.60 0 0.49 260 0.43 0.35
Hex 4D 33 81 28 3C 0 31 104 2B 23
Octal 115 63 201 50 74 0 61 404 53 43
Binary 1001101 110011 10000001 101000 111100 0 110001 100000100 101011 100011

Color Harmonies of #4D3381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3381

Black with #4D3381

Text Example


Text Example

White with #4D3381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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