#4D1B94

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

Shades of Windsor #4D1B94

Tints of Windsor #4D1B94

Color information

#4D1B94 (or 0x4D1B94) is unknown color: approx Windsor. HEX triplet: 4D, 1B and 94. RGB value is (77,27,148). Sum of RGB (Red+Green+Blue) = 77+27+148=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D1B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1B94 is #B2E46B. Grayscale: #373737. Windows color (decimal): -11723884 or 9706317. OLE color: 9706317.

HSL color Cylindrical-coordinate representation of color #4D1B94: hue angle of 264.79º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D1B94 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7727148-
CMYK0.480.8200.42
HSL264.79º69.14%34.31%-
HSV(B)264.79º81.76%58.04%-
XYZ8.84.528.42-
YUV55.74180.06143.16-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.56%
GREEN value IS 27 (10.94% from 255) = 10.71%
BLUE value IS 148 (58.20% from 255) = 58.73%
R=30.56%
G=10.71%
B=58.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77271480.480.8200.42264.7969.1434.31
Hex4D1B94305202A1094522
Octal115332246012205241110542
Binary10011011101110010100110000101001001010101000010011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,27,148); }

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

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

 a { background-color: rgb(77,27,148); }

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

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

 span { border-color: rgb(77,27,148); }

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