#482AE1

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

Shades of Han Purple #482AE1

Tints of Han Purple #482AE1

Color information

#482AE1 (or 0x482AE1) is unknown color: approx Han Purple. HEX triplet: 48, 2A and E1. RGB value is (72,42,225). Sum of RGB (Red+Green+Blue) = 72+42+225=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 225 (88.28% from 255 or 66.37% from 339); Max value from RGB is 225 - color contains mainly: blue. Hex color #482AE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482AE1 is #B7D51E. Grayscale: #474747. Windows color (decimal): -12047647 or 14756424. OLE color: 14756424.

HSL color Cylindrical-coordinate representation of color #482AE1: hue angle of 249.84º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #482AE1 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7242225-
CMYK0.680.8100.12
HSL249.84º75.31%52.35%-
HSV(B)249.84º81.33%88.24%-
XYZ17.098.4771.97-
YUV71.83214.44128.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 42 (16.80% from 255) = 12.39%
BLUE value IS 225 (88.28% from 255) = 66.37%
R=21.24%
G=12.39%
B=66.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal72422250.680.8100.12249.8475.3152.35
Hex482AE144510Cfa4b34
Octal1105234110412101437211364
Binary1001000101010111000011000100101000101100111110101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482AE1; }

 p { color: rgb(72,42,225); }

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

<style>
 a { background-color: #482AE1; }

 a { background-color: rgb(72,42,225); }

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

<style>
 span { border-color: #482AE1; }

 span { border-color: rgb(72,42,225); }

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