Html Css Color HEX #4824EA Han Purple

📋 copy color: '#4824EA'

red 72 ◦ green 36 ◦ blue 234

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

Shades of Han Purple #4824EA

Tints of Han Purple #4824EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 68.42%

R = 21.05%
G = 10.53%
B = 68.42%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4824EA (or 0x4824EA) is known color: Han Purple. HEX triplet: 48, 24 and EA. RGB value is (72,36,234). Sum of RGB (Red+Green+Blue) = 72+36+234=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 234 (91.80% from 255 or 68.42% from 342); Max value from RGB is 234 - color contains mainly: blue. Hex color #4824EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4824EA is #B7DB15. Grayscale: #444444. Windows color (decimal): -12049174 or 15344712. OLE color: 15344712.

HSL color Cylindrical-coordinate representation of color #4824EA: hue angle of 250.91º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4824EA is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 36 234 -
CMYK 0.69 0.85 0 0.08
HSL 250.91º 0.83% 0.53% -
HSV(B) 250.91º 0.85% 0.92% -
XYZ 18.15 8.58 78.54 -
YUV 69.34 220.93 129.9 -
System Red Green Blue C M Y K H S L
Decimal 72 36 234 0.69 0.85 0 0.08 250.91 0.83 0.53
Hex 48 24 EA 45 55 0 8 FB 52 35
Octal 110 44 352 105 125 0 10 373 122 65
Binary 1001000 100100 11101010 1000101 1010101 0 1000 11111011 1010010 110101

Color Harmonies of #4824EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4824EA

Black with #4824EA

Text Example


Text Example

White with #4824EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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