Html Css Color HEX #4D3481 Windsor

📋 copy color: '#4D3481'

red 77 ◦ green 52 ◦ blue 129

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

Shades of Windsor #4D3481

Tints of Windsor #4D3481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.16%

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

R = 29.84%
G = 20.16%
B = 50%

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

#4D3481 (or 0x4D3481) is known color: Windsor. HEX triplet: 4D, 34 and 81. RGB value is (77,52,129). Sum of RGB (Red+Green+Blue) = 77+52+129=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 129 (50.78% from 255 or 50% from 258); Max value from RGB is 129 - color contains mainly: blue. Hex color #4D3481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3481 is #B2CB7E. Grayscale: #434343. Windows color (decimal): -11717503 or 8467533. OLE color: 8467533.

HSL color Cylindrical-coordinate representation of color #4D3481: hue angle of 259.48º 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 #4D3481 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 77 52 129 -
CMYK 0.40 0.60 0 0.49
HSL 259.48º 0.43% 0.35% -
HSV(B) 259.48º 0.6% 0.51% -
XYZ 8.25 5.62 21.42 -
YUV 68.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 77 52 129 0.40 0.60 0 0.49 259.48 0.43 0.35
Hex 4D 34 81 28 3C 0 31 103 2B 23
Octal 115 64 201 50 74 0 61 403 53 43
Binary 1001101 110100 10000001 101000 111100 0 110001 100000011 101011 100011

Color Harmonies of #4D3481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3481

Black with #4D3481

Text Example


Text Example

White with #4D3481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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