#4B1AEE

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

Shades of Han Purple #4B1AEE

Tints of Han Purple #4B1AEE

Color information

#4B1AEE (or 0x4B1AEE) is unknown color: approx Han Purple. HEX triplet: 4B, 1A and EE. RGB value is (75,26,238). Sum of RGB (Red+Green+Blue) = 75+26+238=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #4B1AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B1AEE is #B4E511. Grayscale: #404040. Windows color (decimal): -11855122 or 15604299. OLE color: 15604299.

HSL color Cylindrical-coordinate representation of color #4B1AEE: hue angle of 253.87º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B1AEE is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7526238-
CMYK0.680.8900.07
HSL253.87º86.18%51.76%-
HSV(B)253.87º89.08%93.33%-
XYZ18.78.4181.53-
YUV64.82225.73135.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.12%
GREEN value IS 26 (10.55% from 255) = 7.67%
BLUE value IS 238 (93.36% from 255) = 70.21%
R=22.12%
G=7.67%
B=70.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal75262380.680.8900.07253.8786.1851.76
Hex4B1AEE445907fe5634
Octal113323561041310737612664
Binary10010111101011101110100010010110010111111111101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,26,238); }

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

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

 a { background-color: rgb(75,26,238); }

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

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

 span { border-color: rgb(75,26,238); }

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