#480FFC

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

Shades of Han Purple #480FFC

Tints of Han Purple #480FFC

Color information

#480FFC (or 0x480FFC) is unknown color: approx Han Purple. HEX triplet: 48, 0F and FC. RGB value is (72,15,252). Sum of RGB (Red+Green+Blue) = 72+15+252=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 252 (98.83% from 255 or 74.34% from 339); Max value from RGB is 252 - color contains mainly: blue. Hex color #480FFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #480FFC is #B7F003. Grayscale: #3A3A3A. Windows color (decimal): -12054532 or 16518984. OLE color: 16518984.

HSL color Cylindrical-coordinate representation of color #480FFC: hue angle of 254.43º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480FFC is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7215252-
CMYK0.710.9400.01
HSL254.43º97.53%52.35%-
HSV(B)254.43º94.05%98.82%-
XYZ20.418.7592.71-
YUV59.06236.88137.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 15 (6.25% from 255) = 4.42%
BLUE value IS 252 (98.83% from 255) = 74.34%
R=21.24%
G=4.42%
B=74.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal72152520.710.9400.01254.4397.5352.35
Hex48FFC475E01fe6234
Octal110173741071360137614264
Binary10010001111111111001000111101111001111111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,15,252); }

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

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

 a { background-color: rgb(72,15,252); }

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

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

 span { border-color: rgb(72,15,252); }

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