Html Css Color HEX #4825EF Han Purple

📋 copy color: '#4825EF'

red 72 ◦ green 37 ◦ blue 239

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

Shades of Han Purple #4825EF

Tints of Han Purple #4825EF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.63%

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

R = 20.69%
G = 10.63%
B = 68.68%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4825EF (or 0x4825EF) is known color: Han Purple. HEX triplet: 48, 25 and EF. RGB value is (72,37,239). Sum of RGB (Red+Green+Blue) = 72+37+239=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #4825EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4825EF is #B7DA10. Grayscale: #454545. Windows color (decimal): -12048913 or 15672648. OLE color: 15672648.

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

Color convert

RGB 72 37 239 -
CMYK 0.70 0.85 0 0.06
HSL 250.4º 0.86% 0.54% -
HSV(B) 250.4º 0.85% 0.94% -
XYZ 18.91 8.93 82.39 -
YUV 70.49 223.1 129.07 -
System Red Green Blue C M Y K H S L
Decimal 72 37 239 0.70 0.85 0 0.06 250.4 0.86 0.54
Hex 48 25 EF 46 55 0 6 FA 56 36
Octal 110 45 357 106 125 0 6 372 126 66
Binary 1001000 100101 11101111 1000110 1010101 0 110 11111010 1010110 110110

Color Harmonies of #4825EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4825EF

Black with #4825EF

Text Example


Text Example

White with #4825EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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