Html Css Color HEX #4828FE Han Purple

📋 copy color: '#4828FE'

red 72 ◦ green 40 ◦ blue 254

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

Shades of Han Purple #4828FE

Tints of Han Purple #4828FE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.93%

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

R = 19.67%
G = 10.93%
B = 69.4%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4828FE (or 0x4828FE) is known color: Han Purple. HEX triplet: 48, 28 and FE. RGB value is (72,40,254). Sum of RGB (Red+Green+Blue) = 72+40+254=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #4828FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4828FE is #B7D701. Grayscale: #494949. Windows color (decimal): -12048130 or 16656456. OLE color: 16656456.

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

Color convert

RGB 72 40 254 -
CMYK 0.72 0.84 0 0.00
HSL 248.97º 0.99% 0.58% -
HSV(B) 248.97º 0.84% 1% -
XYZ 21.32 10.05 94.58 -
YUV 73.96 229.6 126.6 -
System Red Green Blue C M Y K H S L
Decimal 72 40 254 0.72 0.84 0 0.00 248.97 0.99 0.58
Hex 48 28 FE 48 54 0 0 F9 63 3A
Octal 110 50 376 110 124 0 0 371 143 72
Binary 1001000 101000 11111110 1001000 1010100 0 0 11111001 1100011 111010

Color Harmonies of #4828FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4828FE

Black with #4828FE

Text Example


Text Example

White with #4828FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4828FE; }

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

 H1.HeaderClassName
 {
   color: #4828FE;
 }
 .AnyTagClassName
 {
   color: #4828FE;
 }
</style>

background-color css

<style>
 a { background-color: #4828FE; }

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

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

border-color css

<style>
 span { border-color: #4828FE; }

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

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