Html Css Color HEX #4820EF Han Purple

📋 copy color: '#4820EF'

red 72 ◦ green 32 ◦ blue 239

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

Shades of Han Purple #4820EF

Tints of Han Purple #4820EF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.33%

 BLUE value IS 239 (93.75% from 255) = 69.68%

R = 20.99%
G = 9.33%
B = 69.68%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4820EF (or 0x4820EF) is known color: Han Purple. HEX triplet: 48, 20 and EF. RGB value is (72,32,239). Sum of RGB (Red+Green+Blue) = 72+32+239=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #4820EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4820EF is #B7DF10. Grayscale: #424242. Windows color (decimal): -12050193 or 15671368. OLE color: 15671368.

HSL color Cylindrical-coordinate representation of color #4820EF: hue angle of 251.59º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4820EF is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 32 239 -
CMYK 0.70 0.87 0 0.06
HSL 251.59º 0.87% 0.53% -
HSV(B) 251.59º 0.87% 0.94% -
XYZ 18.77 8.64 82.34 -
YUV 67.56 224.75 131.17 -
System Red Green Blue C M Y K H S L
Decimal 72 32 239 0.70 0.87 0 0.06 251.59 0.87 0.53
Hex 48 20 EF 46 57 0 6 FC 57 35
Octal 110 40 357 106 127 0 6 374 127 65
Binary 1001000 100000 11101111 1000110 1010111 0 110 11111100 1010111 110101

Color Harmonies of #4820EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4820EF

Black with #4820EF

Text Example


Text Example

White with #4820EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4820EF; }

 p { color: rgb(72,32,239); }

 H1.HeaderClassName
 {
   color: #4820EF;
 }
 .AnyTagClassName
 {
   color: #4820EF;
 }
</style>

background-color css

<style>
 a { background-color: #4820EF; }

 a { background-color: rgb(72,32,239); }

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

border-color css

<style>
 span { border-color: #4820EF; }

 span { border-color: rgb(72,32,239); }

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