#4B2EF1

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

Shades of Han Purple #4B2EF1

Tints of Han Purple #4B2EF1

Color information

#4B2EF1 (or 0x4B2EF1) is unknown color: approx Han Purple. HEX triplet: 4B, 2E and F1. RGB value is (75,46,241). Sum of RGB (Red+Green+Blue) = 75+46+241=362 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.72% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 241 (94.53% from 255 or 66.57% from 362); Max value from RGB is 241 - color contains mainly: blue. Hex color #4B2EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B2EF1 is #B4D10E. Grayscale: #4C4C4C. Windows color (decimal): -11849999 or 15806027. OLE color: 15806027.

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

Color convert

RGB7546241-
CMYK0.690.8100.05
HSL248.92º87.44%56.27%-
HSV(B)248.92º80.91%94.51%-
XYZ19.769.884.07-
YUV76.9220.61126.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.72%
GREEN value IS 46 (18.36% from 255) = 12.71%
BLUE value IS 241 (94.53% from 255) = 66.57%
R=20.72%
G=12.71%
B=66.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal75462410.690.8100.05248.9287.4456.27
Hex4B2EF1455105f95738
Octal113563611051210537112770
Binary100101110111011110001100010110100010101111110011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,46,241); }

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

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

 a { background-color: rgb(75,46,241); }

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

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

 span { border-color: rgb(75,46,241); }

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