Html Css Color HEX #480FFE Han Purple

📋 copy color: '#480FFE'

red 72 ◦ green 15 ◦ blue 254

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

Shades of Han Purple #480FFE

Tints of Han Purple #480FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 74.49%

R = 21.11%
G = 4.4%
B = 74.49%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#480FFE (or 0x480FFE) is known color: Han Purple. HEX triplet: 48, 0F and FE. RGB value is (72,15,254). Sum of RGB (Red+Green+Blue) = 72+15+254=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #480FFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #480FFE is #B7F001. Grayscale: #3A3A3A. Windows color (decimal): -12054530 or 16650056. OLE color: 16650056.

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

Color convert

RGB 72 15 254 -
CMYK 0.72 0.94 0 0.00
HSL 254.31º 0.99% 0.53% -
HSV(B) 254.31º 0.94% 1% -
XYZ 20.73 8.88 94.39 -
YUV 59.29 237.88 137.07 -
System Red Green Blue C M Y K H S L
Decimal 72 15 254 0.72 0.94 0 0.00 254.31 0.99 0.53
Hex 48 F FE 48 5E 0 0 FE 63 35
Octal 110 17 376 110 136 0 0 376 143 65
Binary 1001000 1111 11111110 1001000 1011110 0 0 11111110 1100011 110101

Color Harmonies of #480FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480FFE

Black with #480FFE

Text Example


Text Example

White with #480FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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