#4D1D85

Color #4D1D85 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #4D1D85

Tints of Windsor #4D1D85

Color information

#4D1D85 (or 0x4D1D85) is unknown color: approx Windsor. HEX triplet: 4D, 1D and 85. RGB value is (77,29,133). Sum of RGB (Red+Green+Blue) = 77+29+133=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D1D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1D85 is #B2E27A. Grayscale: #363636. Windows color (decimal): -11723387 or 8723789. OLE color: 8723789.

HSL color Cylindrical-coordinate representation of color #4D1D85: hue angle of 267.69º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D1D85 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7729133-
CMYK0.420.7800.48
HSL267.69º64.2%31.76%-
HSV(B)267.69º78.2%52.16%-
XYZ7.734.1522.58-
YUV55.21171.9143.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.22%
GREEN value IS 29 (11.72% from 255) = 12.13%
BLUE value IS 133 (52.34% from 255) = 55.65%
R=32.22%
G=12.13%
B=55.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal77291330.420.7800.48267.6964.231.76
Hex4D1D852A4E03010c4020
Octal115352055211606041410040
Binary10011011110110000101101010100111001100001000011001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,29,133); }

 H1.HeaderClassName
 {
   color: #4D1D85;
 }
 .AnyTagClassName
 {
   color: #4D1D85;
 }
</style>
background-color css

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

 a { background-color: rgb(77,29,133); }

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

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

 span { border-color: rgb(77,29,133); }

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