Html Css Color HEX #4801F8 Han Purple

📋 copy color: '#4801F8'

red 72 ◦ green 1 ◦ blue 248

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

Shades of Han Purple #4801F8

Tints of Han Purple #4801F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 77.26%

R = 22.43%
G = 0.31%
B = 77.26%

CMYK

 C value IS 0.71

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4801F8 (or 0x4801F8) is known color: Han Purple. HEX triplet: 48, 01 and F8. RGB value is (72,1,248). Sum of RGB (Red+Green+Blue) = 72+1+248=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 248 (97.27% from 255 or 77.26% from 321); Max value from RGB is 248 - color contains mainly: blue. Hex color #4801F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4801F8 is #B7FE07. Grayscale: #313131. Windows color (decimal): -12058120 or 16253256. OLE color: 16253256.

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

Color convert

RGB 72 1 248 -
CMYK 0.71 1.00 0 0.03
HSL 257.25º 0.99% 0.49% -
HSV(B) 257.25º 1% 0.97% -
XYZ 19.63 8.18 89.35 -
YUV 50.39 239.52 143.42 -
System Red Green Blue C M Y K H S L
Decimal 72 1 248 0.71 1.00 0 0.03 257.25 0.99 0.49
Hex 48 1 F8 47 64 0 3 101 63 31
Octal 110 1 370 107 144 0 3 401 143 61
Binary 1001000 1 11111000 1000111 1100100 0 11 100000001 1100011 110001

Color Harmonies of #4801F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4801F8

Black with #4801F8

Text Example


Text Example

White with #4801F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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