Html Css Color HEX #4A25EF Han Purple

📋 copy color: '#4A25EF'

red 74 ◦ green 37 ◦ blue 239

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

Shades of Han Purple #4A25EF

Tints of Han Purple #4A25EF

RGB

 RED value IS 74 (29.3% from 255) = 21.14%

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

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

R = 21.14%
G = 10.57%
B = 68.29%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4A25EF (or 0x4A25EF) is known color: Han Purple. HEX triplet: 4A, 25 and EF. RGB value is (74,37,239). Sum of RGB (Red+Green+Blue) = 74+37+239=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A25EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A25EF is #B5DA10. Grayscale: #464646. Windows color (decimal): -11917841 or 15672650. OLE color: 15672650.

HSL color Cylindrical-coordinate representation of color #4A25EF: hue angle of 250.99º 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 #4A25EF is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 37 239 -
CMYK 0.69 0.85 0 0.06
HSL 250.99º 0.86% 0.54% -
HSV(B) 250.99º 0.85% 0.94% -
XYZ 19.07 9.01 82.4 -
YUV 71.09 222.76 130.07 -
System Red Green Blue C M Y K H S L
Decimal 74 37 239 0.69 0.85 0 0.06 250.99 0.86 0.54
Hex 4A 25 EF 45 55 0 6 FB 56 36
Octal 112 45 357 105 125 0 6 373 126 66
Binary 1001010 100101 11101111 1000101 1010101 0 110 11111011 1010110 110110

Color Harmonies of #4A25EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A25EF

Black with #4A25EF

Text Example


Text Example

White with #4A25EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A25EF; }

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

 H1.HeaderClassName
 {
   color: #4A25EF;
 }
 .AnyTagClassName
 {
   color: #4A25EF;
 }
</style>

background-color css

<style>
 a { background-color: #4A25EF; }

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

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

border-color css

<style>
 span { border-color: #4A25EF; }

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

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