#4b1ee5

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

Shades of Han Purple #4B1EE5

Tints of Han Purple #4B1EE5

Color information

#4B1EE5 (or 0x4B1EE5) is unknown color: approx Han Purple. HEX triplet: 4B, 1E and E5. RGB value is (75,30,229). Sum of RGB (Red+Green+Blue) = 75+30+229=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 229 (89.84% from 255 or 68.56% from 334); Max value from RGB is 229 - color contains mainly: blue. Hex color #4B1EE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1EE5 is #B4E11A. Grayscale: #414141. Windows color (decimal): -11854107 or 15015499. OLE color: 15015499.

HSL color Cylindrical-coordinate representation of color #4B1EE5: hue angle of 253.57º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B1EE5 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7530229-
CMYK0.670.8700.10
HSL253.57º79.28%50.78%-
HSV(B)253.57º86.9%89.8%-
XYZ17.518.0874.77-
YUV66.14219.91134.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.46%
GREEN value IS 30 (12.11% from 255) = 8.98%
BLUE value IS 229 (89.84% from 255) = 68.56%
R=22.46%
G=8.98%
B=68.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal75302290.670.8700.10253.5779.2850.78
Hex4B1EE543570Afe4f33
Octal1133634510312701237611763
Binary100101111110111001011000011101011101010111111101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b1ee5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,30,229); }

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

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

 a { background-color: rgb(75,30,229); }

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

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

 span { border-color: rgb(75,30,229); }

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