Html Css Color HEX #4D2F87 Windsor

📋 copy color: '#4D2F87'

red 77 ◦ green 47 ◦ blue 135

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

Shades of Windsor #4D2F87

Tints of Windsor #4D2F87

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.15%

 BLUE value IS 135 (53.13% from 255) = 52.12%

R = 29.73%
G = 18.15%
B = 52.12%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4D2F87 (or 0x4D2F87) is known color: Windsor. HEX triplet: 4D, 2F and 87. RGB value is (77,47,135). Sum of RGB (Red+Green+Blue) = 77+47+135=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #4D2F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2F87 is #B2D078. Grayscale: #414141. Windows color (decimal): -11718777 or 8859469. OLE color: 8859469.

HSL color Cylindrical-coordinate representation of color #4D2F87: hue angle of 260.45º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D2F87 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 77 47 135 -
CMYK 0.43 0.65 0 0.47
HSL 260.45º 0.48% 0.36% -
HSV(B) 260.45º 0.65% 0.53% -
XYZ 8.45 5.36 23.51 -
YUV 66 166.94 135.84 -
System Red Green Blue C M Y K H S L
Decimal 77 47 135 0.43 0.65 0 0.47 260.45 0.48 0.36
Hex 4D 2F 87 2B 41 0 2F 104 30 24
Octal 115 57 207 53 101 0 57 404 60 44
Binary 1001101 101111 10000111 101011 1000001 0 101111 100000100 110000 100100

Color Harmonies of #4D2F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2F87

Black with #4D2F87

Text Example


Text Example

White with #4D2F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,47,135); }

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

background-color css

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

 a { background-color: rgb(77,47,135); }

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

border-color css

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

 span { border-color: rgb(77,47,135); }

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