#4D33F1

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

Shades of Han Purple #4D33F1

Tints of Han Purple #4D33F1

Color information

#4D33F1 (or 0x4D33F1) is unknown color: approx Han Purple. HEX triplet: 4D, 33 and F1. RGB value is (77,51,241). Sum of RGB (Red+Green+Blue) = 77+51+241=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #4D33F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D33F1 is #B2CC0E. Grayscale: #4F4F4F. Windows color (decimal): -11717647 or 15807309. OLE color: 15807309.

HSL color Cylindrical-coordinate representation of color #4D33F1: hue angle of 248.21º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D33F1 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7751241-
CMYK0.680.7900.05
HSL248.21º87.16%57.25%-
HSV(B)248.21º78.84%94.51%-
XYZ20.1210.384.15-
YUV80.43218.61125.55-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.87%
GREEN value IS 51 (20.31% from 255) = 13.82%
BLUE value IS 241 (94.53% from 255) = 65.31%
R=20.87%
G=13.82%
B=65.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal77512410.680.7900.05248.2187.1657.25
Hex4D33F1444F05f85739
Octal115633611041170537012771
Binary100110111001111110001100010010011110101111110001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D33F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,51,241); }

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

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

 a { background-color: rgb(77,51,241); }

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

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

 span { border-color: rgb(77,51,241); }

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