#4A28F1

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

Shades of Han Purple #4A28F1

Tints of Han Purple #4A28F1

Color information

#4A28F1 (or 0x4A28F1) is unknown color: approx Han Purple. HEX triplet: 4A, 28 and F1. RGB value is (74,40,241). Sum of RGB (Red+Green+Blue) = 74+40+241=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 241 (94.53% from 255 or 67.89% from 355); Max value from RGB is 241 - color contains mainly: blue. Hex color #4A28F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A28F1 is #B5D70E. Grayscale: #484848. Windows color (decimal): -11917071 or 15804490. OLE color: 15804490.

HSL color Cylindrical-coordinate representation of color #4A28F1: hue angle of 250.15º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A28F1 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7440241-
CMYK0.690.8300.05
HSL250.15º87.77%55.1%-
HSV(B)250.15º83.4%94.51%-
XYZ19.469.3283.99-
YUV73.08222.76128.66-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.85%
GREEN value IS 40 (16.02% from 255) = 11.27%
BLUE value IS 241 (94.53% from 255) = 67.89%
R=20.85%
G=11.27%
B=67.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal74402410.690.8300.05250.1587.7755.1
Hex4A28F1455305fa5837
Octal112503611051230537213067
Binary100101010100011110001100010110100110101111110101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A28F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,40,241); }

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

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

 a { background-color: rgb(74,40,241); }

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

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

 span { border-color: rgb(74,40,241); }

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