Html Css Color HEX #4801FB Han Purple

📋 copy color: '#4801FB'

red 72 ◦ green 1 ◦ blue 251

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

Shades of Han Purple #4801FB

Tints of Han Purple #4801FB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 251 (98.44% from 255) = 77.47%

R = 22.22%
G = 0.31%
B = 77.47%

CMYK

 C value IS 0.71

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4801FB (or 0x4801FB) is known color: Han Purple. HEX triplet: 48, 01 and FB. RGB value is (72,1,251). Sum of RGB (Red+Green+Blue) = 72+1+251=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 251 (98.44% from 255 or 77.47% from 324); Max value from RGB is 251 - color contains mainly: blue. Hex color #4801FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4801FB is #B7FE04. Grayscale: #313131. Windows color (decimal): -12058117 or 16449864. OLE color: 16449864.

HSL color Cylindrical-coordinate representation of color #4801FB: hue angle of 257.04º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4801FB is Cyan = 0.71, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 1 251 -
CMYK 0.71 1.00 0 0.02
HSL 257.04º 0.99% 0.49% -
HSV(B) 257.04º 1% 0.98% -
XYZ 20.1 8.36 91.82 -
YUV 50.73 241.02 143.17 -
System Red Green Blue C M Y K H S L
Decimal 72 1 251 0.71 1.00 0 0.02 257.04 0.99 0.49
Hex 48 1 FB 47 64 0 2 101 63 31
Octal 110 1 373 107 144 0 2 401 143 61
Binary 1001000 1 11111011 1000111 1100100 0 10 100000001 1100011 110001

Color Harmonies of #4801FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4801FB

Black with #4801FB

Text Example


Text Example

White with #4801FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4801FB; }

 p { color: rgb(72,1,251); }

 H1.HeaderClassName
 {
   color: #4801FB;
 }
 .AnyTagClassName
 {
   color: #4801FB;
 }
</style>

background-color css

<style>
 a { background-color: #4801FB; }

 a { background-color: rgb(72,1,251); }

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

border-color css

<style>
 span { border-color: #4801FB; }

 span { border-color: rgb(72,1,251); }

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