#4B2DFE

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

Shades of Han Purple #4B2DFE

Tints of Han Purple #4B2DFE

Color information

#4B2DFE (or 0x4B2DFE) is unknown color: approx Han Purple. HEX triplet: 4B, 2D and FE. RGB value is (75,45,254). Sum of RGB (Red+Green+Blue) = 75+45+254=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B2DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B2DFE is #B4D201. Grayscale: #4C4C4C. Windows color (decimal): -11850242 or 16657739. OLE color: 16657739.

HSL color Cylindrical-coordinate representation of color #4B2DFE: hue angle of 248.61º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B2DFE is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB7545254-
CMYK0.700.8200.00
HSL248.61º99.05%58.63%-
HSV(B)248.61º82.28%99.61%-
XYZ21.7310.5394.65-
YUV77.8227.44126.01-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.05%
GREEN value IS 45 (17.97% from 255) = 12.03%
BLUE value IS 254 (99.61% from 255) = 67.91%
R=20.05%
G=12.03%
B=67.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal75452540.700.8200.00248.6199.0558.63
Hex4B2DFE465200f9633b
Octal113553761061220037114373
Binary1001011101101111111101000110101001000111110011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,45,254); }

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

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

 a { background-color: rgb(75,45,254); }

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

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

 span { border-color: rgb(75,45,254); }

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