#480AED

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

Shades of Han Purple #480AED

Tints of Han Purple #480AED

Color information

#480AED (or 0x480AED) is unknown color: approx Han Purple. HEX triplet: 48, 0A and ED. RGB value is (72,10,237). Sum of RGB (Red+Green+Blue) = 72+10+237=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 237 (92.97% from 255 or 74.29% from 319); Max value from RGB is 237 - color contains mainly: blue. Hex color #480AED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #480AED is #B7F512. Grayscale: #353535. Windows color (decimal): -12055827 or 15534664. OLE color: 15534664.

HSL color Cylindrical-coordinate representation of color #480AED: hue angle of 256.39º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480AED is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7210237-
CMYK0.700.9600.07
HSL256.39º91.9%48.43%-
HSV(B)256.39º95.78%92.94%-
XYZ18.077.7180.66-
YUV54.42231.04140.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 10 (4.30% from 255) = 3.13%
BLUE value IS 237 (92.97% from 255) = 74.29%
R=22.57%
G=3.13%
B=74.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal72102370.700.9600.07256.3991.948.43
Hex48AED4660071005c30
Octal110123551061400740013460
Binary10010001010111011011000110110000001111000000001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,10,237); }

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

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

 a { background-color: rgb(72,10,237); }

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

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

 span { border-color: rgb(72,10,237); }

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