#4B23EB

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

Shades of Han Purple #4B23EB

Tints of Han Purple #4B23EB

Color information

#4B23EB (or 0x4B23EB) is unknown color: approx Han Purple. HEX triplet: 4B, 23 and EB. RGB value is (75,35,235). Sum of RGB (Red+Green+Blue) = 75+35+235=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #4B23EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B23EB is #B4DC14. Grayscale: #454545. Windows color (decimal): -11852821 or 15409995. OLE color: 15409995.

HSL color Cylindrical-coordinate representation of color #4B23EB: hue angle of 252º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B23EB is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7535235-
CMYK0.680.8500.08
HSL252º83.33%52.94%-
HSV(B)252º85.11%92.16%-
XYZ18.58.779.3-
YUV69.76221.25131.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.74%
GREEN value IS 35 (14.06% from 255) = 10.14%
BLUE value IS 235 (92.19% from 255) = 68.12%
R=21.74%
G=10.14%
B=68.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal75352350.680.8500.0825283.3352.94
Hex4B23EB445508fc5335
Octal1134335310412501037412365
Binary1001011100011111010111000100101010101000111111001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B23EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,35,235); }

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

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

 a { background-color: rgb(75,35,235); }

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

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

 span { border-color: rgb(75,35,235); }

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