#4D1ED8

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

Shades of Han Purple #4D1ED8

Tints of Han Purple #4D1ED8

Color information

#4D1ED8 (or 0x4D1ED8) is unknown color: approx Han Purple. HEX triplet: 4D, 1E and D8. RGB value is (77,30,216). Sum of RGB (Red+Green+Blue) = 77+30+216=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 216 (84.77% from 255 or 66.87% from 323); Max value from RGB is 216 - color contains mainly: blue. Hex color #4D1ED8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1ED8 is #B2E127. Grayscale: #404040. Windows color (decimal): -11723048 or 14163533. OLE color: 14163533.

HSL color Cylindrical-coordinate representation of color #4D1ED8: hue angle of 255.16º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D1ED8 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7730216-
CMYK0.640.8600.15
HSL255.16º75.61%48.24%-
HSV(B)255.16º86.11%84.71%-
XYZ15.927.4665.57-
YUV65.26213.07136.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.84%
GREEN value IS 30 (12.11% from 255) = 9.29%
BLUE value IS 216 (84.77% from 255) = 66.87%
R=23.84%
G=9.29%
B=66.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal77302160.640.8600.15255.1675.6148.24
Hex4D1ED840560Fff4c30
Octal1153633010012601737711460
Binary100110111110110110001000000101011001111111111111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,30,216); }

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

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

 a { background-color: rgb(77,30,216); }

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

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

 span { border-color: rgb(77,30,216); }

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