Html Css Color HEX #480BFE Han Purple

📋 copy color: '#480BFE'

red 72 ◦ green 11 ◦ blue 254

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

Shades of Han Purple #480BFE

Tints of Han Purple #480BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.26%

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

R = 21.36%
G = 3.26%
B = 75.37%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#480BFE (or 0x480BFE) is known color: Han Purple. HEX triplet: 48, 0B and FE. RGB value is (72,11,254). Sum of RGB (Red+Green+Blue) = 72+11+254=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #480BFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #480BFE is #B7F401. Grayscale: #383838. Windows color (decimal): -12055554 or 16649032. OLE color: 16649032.

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

Color convert

RGB 72 11 254 -
CMYK 0.72 0.96 0 0.00
HSL 255.06º 0.99% 0.52% -
HSV(B) 255.06º 0.96% 1% -
XYZ 20.68 8.77 94.37 -
YUV 56.94 239.21 138.74 -
System Red Green Blue C M Y K H S L
Decimal 72 11 254 0.72 0.96 0 0.00 255.06 0.99 0.52
Hex 48 B FE 48 60 0 0 FF 63 34
Octal 110 13 376 110 140 0 0 377 143 64
Binary 1001000 1011 11111110 1001000 1100000 0 0 11111111 1100011 110100

Color Harmonies of #480BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480BFE

Black with #480BFE

Text Example


Text Example

White with #480BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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