Html Css Color HEX #4A25EB Han Purple

📋 copy color: '#4A25EB'

red 74 ◦ green 37 ◦ blue 235

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

Shades of Han Purple #4A25EB

Tints of Han Purple #4A25EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.92%

R = 21.39%
G = 10.69%
B = 67.92%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A25EB (or 0x4A25EB) is known color: Han Purple. HEX triplet: 4A, 25 and EB. RGB value is (74,37,235). Sum of RGB (Red+Green+Blue) = 74+37+235=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A25EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A25EB is #B5DA14. Grayscale: #454545. Windows color (decimal): -11917845 or 15410506. OLE color: 15410506.

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

Color convert

RGB 74 37 235 -
CMYK 0.69 0.84 0 0.08
HSL 251.21º 0.83% 0.53% -
HSV(B) 251.21º 0.84% 0.92% -
XYZ 18.48 8.78 79.32 -
YUV 70.64 220.76 130.4 -
System Red Green Blue C M Y K H S L
Decimal 74 37 235 0.69 0.84 0 0.08 251.21 0.83 0.53
Hex 4A 25 EB 45 54 0 8 FB 53 35
Octal 112 45 353 105 124 0 10 373 123 65
Binary 1001010 100101 11101011 1000101 1010100 0 1000 11111011 1010011 110101

Color Harmonies of #4A25EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A25EB

Black with #4A25EB

Text Example


Text Example

White with #4A25EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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