Html Css Color HEX #480FFF Han Purple

📋 copy color: '#480FFF'

red 72 ◦ green 15 ◦ blue 255

#480FFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #480FFF

Tints of Han Purple #480FFF

RGB

 RED value IS 72 (28.52% from 255) = 21.05%

 GREEN value IS 15 (6.25% from 255) = 4.39%

 BLUE value IS 255 (100% from 255) = 74.56%

R = 21.05%
G = 4.39%
B = 74.56%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#480FFF (or 0x480FFF) is known color: Han Purple. HEX triplet: 48, 0F and FF. RGB value is (72,15,255). Sum of RGB (Red+Green+Blue) = 72+15+255=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #480FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #480FFF is #B7F000. Grayscale: #3A3A3A. Windows color (decimal): -12054529 or 16715592. OLE color: 16715592.

HSL color Cylindrical-coordinate representation of color #480FFF: hue angle of 254.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480FFF is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 72 15 255 -
CMYK 0.72 0.94 0 0
HSL 254.25º 1% 0.53% -
HSV(B) 254.25º 0.94% 1% -
XYZ 20.89 8.94 95.23 -
YUV 59.4 238.38 136.99 -
System Red Green Blue C M Y K H S L
Decimal 72 15 255 0.72 0.94 0 0 254.25 1 0.53
Hex 48 F FF 48 5E 0 0 FE 64 35
Octal 110 17 377 110 136 0 0 376 144 65
Binary 1001000 1111 11111111 1001000 1011110 0 0 11111110 1100100 110101

Color Harmonies of #480FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480FFF

Black with #480FFF

Text Example


Text Example

White with #480FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #480FFF;
 }
 .AnyTagClassName
 {
   color: #480FFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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