#4B1DE1

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

Shades of Han Purple #4B1DE1

Tints of Han Purple #4B1DE1

Color information

#4B1DE1 (or 0x4B1DE1) is unknown color: approx Han Purple. HEX triplet: 4B, 1D and E1. RGB value is (75,29,225). Sum of RGB (Red+Green+Blue) = 75+29+225=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 225 (88.28% from 255 or 68.39% from 329); Max value from RGB is 225 - color contains mainly: blue. Hex color #4B1DE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1DE1 is #B4E21E. Grayscale: #404040. Windows color (decimal): -11854367 or 14753099. OLE color: 14753099.

HSL color Cylindrical-coordinate representation of color #4B1DE1: hue angle of 254.08º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B1DE1 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7529225-
CMYK0.670.8700.12
HSL254.08º77.17%49.8%-
HSV(B)254.08º87.11%88.24%-
XYZ16.937.8171.85-
YUV65.1218.24135.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.80%
GREEN value IS 29 (11.72% from 255) = 8.81%
BLUE value IS 225 (88.28% from 255) = 68.39%
R=22.80%
G=8.81%
B=68.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal75292250.670.8700.12254.0877.1749.8
Hex4B1DE143570Cfe4d32
Octal1133534110312701437611562
Binary100101111101111000011000011101011101100111111101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,29,225); }

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

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

 a { background-color: rgb(75,29,225); }

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

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

 span { border-color: rgb(75,29,225); }

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