Html Css Color HEX #4A24EB Han Purple

📋 copy color: '#4A24EB'

red 74 ◦ green 36 ◦ blue 235

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

Shades of Han Purple #4A24EB

Tints of Han Purple #4A24EB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.43%

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

R = 21.45%
G = 10.43%
B = 68.12%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A24EB (or 0x4A24EB) is known color: Han Purple. HEX triplet: 4A, 24 and EB. RGB value is (74,36,235). Sum of RGB (Red+Green+Blue) = 74+36+235=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A24EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A24EB is #B5DB14. Grayscale: #454545. Windows color (decimal): -11918101 or 15410250. OLE color: 15410250.

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

Color convert

RGB 74 36 235 -
CMYK 0.69 0.85 0 0.08
HSL 251.46º 0.83% 0.53% -
HSV(B) 251.46º 0.85% 0.92% -
XYZ 18.45 8.72 79.31 -
YUV 70.05 221.09 130.82 -
System Red Green Blue C M Y K H S L
Decimal 74 36 235 0.69 0.85 0 0.08 251.46 0.83 0.53
Hex 4A 24 EB 45 55 0 8 FB 53 35
Octal 112 44 353 105 125 0 10 373 123 65
Binary 1001010 100100 11101011 1000101 1010101 0 1000 11111011 1010011 110101

Color Harmonies of #4A24EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A24EB

Black with #4A24EB

Text Example


Text Example

White with #4A24EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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