#4D30FF

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

Shades of Han Purple #4D30FF

Tints of Han Purple #4D30FF

Color information

#4D30FF (or 0x4D30FF) is unknown color: approx Han Purple. HEX triplet: 4D, 30 and FF. RGB value is (77,48,255). Sum of RGB (Red+Green+Blue) = 77+48+255=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D30FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D30FF is #B2CF00. Grayscale: #4F4F4F. Windows color (decimal): -11718401 or 16724045. OLE color: 16724045.

HSL color Cylindrical-coordinate representation of color #4D30FF: hue angle of 248.41º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D30FF is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB7748255-
CMYK0.700.8100
HSL248.41º100%59.41%-
HSV(B)248.41º81.18%100%-
XYZ22.1710.9195.55-
YUV80.27226.61125.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.26%
GREEN value IS 48 (19.14% from 255) = 12.63%
BLUE value IS 255 (100% from 255) = 67.11%
R=20.26%
G=12.63%
B=67.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal77482550.700.8100248.4110059.41
Hex4D30FF465100f8643b
Octal115603771061210037014473
Binary1001101110000111111111000110101000100111110001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D30FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,48,255); }

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

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

 a { background-color: rgb(77,48,255); }

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

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

 span { border-color: rgb(77,48,255); }

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