#480AF3

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

Shades of Han Purple #480AF3

Tints of Han Purple #480AF3

Color information

#480AF3 (or 0x480AF3) is unknown color: approx Han Purple. HEX triplet: 48, 0A and F3. RGB value is (72,10,243). Sum of RGB (Red+Green+Blue) = 72+10+243=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 243 (95.31% from 255 or 74.77% from 325); Max value from RGB is 243 - color contains mainly: blue. Hex color #480AF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #480AF3 is #B7F50C. Grayscale: #363636. Windows color (decimal): -12055821 or 15927880. OLE color: 15927880.

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

Color convert

RGB7210243-
CMYK0.700.9600.05
HSL255.97º92.09%49.61%-
HSV(B)255.97º95.88%95.29%-
XYZ18.968.0785.35-
YUV55.1234.04140.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 10 (4.30% from 255) = 3.08%
BLUE value IS 243 (95.31% from 255) = 74.77%
R=22.15%
G=3.08%
B=74.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal72102430.700.9600.05255.9792.0949.61
Hex48AF34660051005c32
Octal110123631061400540013462
Binary10010001010111100111000110110000001011000000001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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