Html Css Color HEX #4A20EB Han Purple

📋 copy color: '#4A20EB'

red 74 ◦ green 32 ◦ blue 235

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

Shades of Han Purple #4A20EB

Tints of Han Purple #4A20EB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.38%

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

R = 21.7%
G = 9.38%
B = 68.91%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A20EB (or 0x4A20EB) is known color: Han Purple. HEX triplet: 4A, 20 and EB. RGB value is (74,32,235). Sum of RGB (Red+Green+Blue) = 74+32+235=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A20EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A20EB is #B5DF14. Grayscale: #424242. Windows color (decimal): -11919125 or 15409226. OLE color: 15409226.

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

Color convert

RGB 74 32 235 -
CMYK 0.69 0.86 0 0.08
HSL 252.41º 0.84% 0.52% -
HSV(B) 252.41º 0.86% 0.92% -
XYZ 18.34 8.49 79.27 -
YUV 67.7 222.41 132.49 -
System Red Green Blue C M Y K H S L
Decimal 74 32 235 0.69 0.86 0 0.08 252.41 0.84 0.52
Hex 4A 20 EB 45 56 0 8 FC 54 34
Octal 112 40 353 105 126 0 10 374 124 64
Binary 1001010 100000 11101011 1000101 1010110 0 1000 11111100 1010100 110100

Color Harmonies of #4A20EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A20EB

Black with #4A20EB

Text Example


Text Example

White with #4A20EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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