Html Css Color HEX #4825EC Han Purple

📋 copy color: '#4825EC'

red 72 ◦ green 37 ◦ blue 236

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

Shades of Han Purple #4825EC

Tints of Han Purple #4825EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 68.41%

R = 20.87%
G = 10.72%
B = 68.41%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4825EC (or 0x4825EC) is known color: Han Purple. HEX triplet: 48, 25 and EC. RGB value is (72,37,236). Sum of RGB (Red+Green+Blue) = 72+37+236=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #4825EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4825EC is #B7DA13. Grayscale: #454545. Windows color (decimal): -12048916 or 15476040. OLE color: 15476040.

HSL color Cylindrical-coordinate representation of color #4825EC: hue angle of 250.55º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4825EC is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 37 236 -
CMYK 0.69 0.84 0 0.07
HSL 250.55º 0.84% 0.54% -
HSV(B) 250.55º 0.84% 0.93% -
XYZ 18.47 8.76 80.07 -
YUV 70.15 221.6 129.32 -
System Red Green Blue C M Y K H S L
Decimal 72 37 236 0.69 0.84 0 0.07 250.55 0.84 0.54
Hex 48 25 EC 45 54 0 7 FB 54 36
Octal 110 45 354 105 124 0 7 373 124 66
Binary 1001000 100101 11101100 1000101 1010100 0 111 11111011 1010100 110110

Color Harmonies of #4825EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4825EC

Black with #4825EC

Text Example


Text Example

White with #4825EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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