Html Css Color HEX #4824FE Han Purple

📋 copy color: '#4824FE'

red 72 ◦ green 36 ◦ blue 254

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

Shades of Han Purple #4824FE

Tints of Han Purple #4824FE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.94%

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

R = 19.89%
G = 9.94%
B = 70.17%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4824FE (or 0x4824FE) is known color: Han Purple. HEX triplet: 48, 24 and FE. RGB value is (72,36,254). Sum of RGB (Red+Green+Blue) = 72+36+254=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #4824FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4824FE is #B7DB01. Grayscale: #464646. Windows color (decimal): -12049154 or 16655432. OLE color: 16655432.

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

Color convert

RGB 72 36 254 -
CMYK 0.72 0.86 0 0.00
HSL 249.91º 0.99% 0.57% -
HSV(B) 249.91º 0.86% 1% -
XYZ 21.19 9.8 94.54 -
YUV 71.62 230.93 128.27 -
System Red Green Blue C M Y K H S L
Decimal 72 36 254 0.72 0.86 0 0.00 249.91 0.99 0.57
Hex 48 24 FE 48 56 0 0 FA 63 39
Octal 110 44 376 110 126 0 0 372 143 71
Binary 1001000 100100 11111110 1001000 1010110 0 0 11111010 1100011 111001

Color Harmonies of #4824FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4824FE

Black with #4824FE

Text Example


Text Example

White with #4824FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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