#4D31EB

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

Shades of Han Purple #4D31EB

Tints of Han Purple #4D31EB

Color information

#4D31EB (or 0x4D31EB) is unknown color: approx Han Purple. HEX triplet: 4D, 31 and EB. RGB value is (77,49,235). Sum of RGB (Red+Green+Blue) = 77+49+235=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D31EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D31EB is #B2CE14. Grayscale: #4D4D4D. Windows color (decimal): -11718165 or 15413581. OLE color: 15413581.

HSL color Cylindrical-coordinate representation of color #4D31EB: hue angle of 249.03º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D31EB is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7749235-
CMYK0.670.7900.08
HSL249.03º82.3%55.69%-
HSV(B)249.03º79.15%92.16%-
XYZ19.159.7779.47-
YUV78.58216.28126.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.33%
GREEN value IS 49 (19.53% from 255) = 13.57%
BLUE value IS 235 (92.19% from 255) = 65.10%
R=21.33%
G=13.57%
B=65.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal77492350.670.7900.08249.0382.355.69
Hex4D31EB434F08f95238
Octal1156135310311701037112270
Binary1001101110001111010111000011100111101000111110011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D31EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,49,235); }

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

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

 a { background-color: rgb(77,49,235); }

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

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

 span { border-color: rgb(77,49,235); }

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