#482DF2

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

Shades of Han Purple #482DF2

Tints of Han Purple #482DF2

Color information

#482DF2 (or 0x482DF2) is unknown color: approx Han Purple. HEX triplet: 48, 2D and F2. RGB value is (72,45,242). Sum of RGB (Red+Green+Blue) = 72+45+242=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 242 (94.92% from 255 or 67.41% from 359); Max value from RGB is 242 - color contains mainly: blue. Hex color #482DF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482DF2 is #B7D20D. Grayscale: #4A4A4A. Windows color (decimal): -12046862 or 15871304. OLE color: 15871304.

HSL color Cylindrical-coordinate representation of color #482DF2: hue angle of 248.22º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #482DF2 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7245242-
CMYK0.700.8100.05
HSL248.22º88.34%56.27%-
HSV(B)248.22º81.4%94.9%-
XYZ19.649.6784.83-
YUV75.53221.95125.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.06%
GREEN value IS 45 (17.97% from 255) = 12.53%
BLUE value IS 242 (94.92% from 255) = 67.41%
R=20.06%
G=12.53%
B=67.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal72452420.700.8100.05248.2288.3456.27
Hex482DF2465105f85838
Octal110553621061210537013070
Binary100100010110111110010100011010100010101111110001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,45,242); }

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

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

 a { background-color: rgb(72,45,242); }

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

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

 span { border-color: rgb(72,45,242); }

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