#480DE0

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

Shades of Han Purple #480DE0

Tints of Han Purple #480DE0

Color information

#480DE0 (or 0x480DE0) is unknown color: approx Han Purple. HEX triplet: 48, 0D and E0. RGB value is (72,13,224). Sum of RGB (Red+Green+Blue) = 72+13+224=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 224 (87.89% from 255 or 72.49% from 309); Max value from RGB is 224 - color contains mainly: blue. Hex color #480DE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480DE0 is #B7F21F. Grayscale: #353535. Windows color (decimal): -12055072 or 14683464. OLE color: 14683464.

HSL color Cylindrical-coordinate representation of color #480DE0: hue angle of 256.78º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480DE0 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7213224-
CMYK0.680.9400.12
HSL256.78º89.03%46.47%-
HSV(B)256.78º94.2%87.84%-
XYZ16.277.0571.02-
YUV54.7223.55140.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 13 (5.47% from 255) = 4.21%
BLUE value IS 224 (87.89% from 255) = 72.49%
R=23.30%
G=4.21%
B=72.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal72132240.680.9400.12256.7889.0346.47
Hex48DE0445E0C101592e
Octal1101534010413601440113156
Binary100100011011110000010001001011110011001000000011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480DE0; }

 p { color: rgb(72,13,224); }

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

<style>
 a { background-color: #480DE0; }

 a { background-color: rgb(72,13,224); }

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

<style>
 span { border-color: #480DE0; }

 span { border-color: rgb(72,13,224); }

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