Html Css Color HEX #4D2481 Windsor

📋 copy color: '#4D2481'

red 77 ◦ green 36 ◦ blue 129

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

Shades of Windsor #4D2481

Tints of Windsor #4D2481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.88%

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

R = 31.82%
G = 14.88%
B = 53.31%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D2481 (or 0x4D2481) is known color: Windsor. HEX triplet: 4D, 24 and 81. RGB value is (77,36,129). Sum of RGB (Red+Green+Blue) = 77+36+129=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 129 (50.78% from 255 or 53.31% from 242); Max value from RGB is 129 - color contains mainly: blue. Hex color #4D2481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2481 is #B2DB7E. Grayscale: #3A3A3A. Windows color (decimal): -11721599 or 8463437. OLE color: 8463437.

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

Color convert

RGB 77 36 129 -
CMYK 0.40 0.72 0 0.49
HSL 266.45º 0.56% 0.32% -
HSV(B) 266.45º 0.72% 0.51% -
XYZ 7.65 4.42 21.22 -
YUV 58.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 77 36 129 0.40 0.72 0 0.49 266.45 0.56 0.32
Hex 4D 24 81 28 48 0 31 10A 38 20
Octal 115 44 201 50 110 0 61 412 70 40
Binary 1001101 100100 10000001 101000 1001000 0 110001 100001010 111000 100000

Color Harmonies of #4D2481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2481

Black with #4D2481

Text Example


Text Example

White with #4D2481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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