#480CF5

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

Shades of Han Purple #480CF5

Tints of Han Purple #480CF5

Color information

#480CF5 (or 0x480CF5) is unknown color: approx Han Purple. HEX triplet: 48, 0C and F5. RGB value is (72,12,245). Sum of RGB (Red+Green+Blue) = 72+12+245=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 245 (96.09% from 255 or 74.47% from 329); Max value from RGB is 245 - color contains mainly: blue. Hex color #480CF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #480CF5 is #B7F30A. Grayscale: #373737. Windows color (decimal): -12055307 or 16059464. OLE color: 16059464.

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

Color convert

RGB7212245-
CMYK0.710.9500.04
HSL255.45º92.09%50.39%-
HSV(B)255.45º95.1%96.08%-
XYZ19.298.2386.96-
YUV56.5234.38139.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 12 (5.08% from 255) = 3.65%
BLUE value IS 245 (96.09% from 255) = 74.47%
R=21.88%
G=3.65%
B=74.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal72122450.710.9500.04255.4592.0950.39
Hex48CF5475F04ff5c32
Octal110143651071370437713462
Binary1001000110011110101100011110111110100111111111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,12,245); }

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

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

 a { background-color: rgb(72,12,245); }

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

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

 span { border-color: rgb(72,12,245); }

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