Html Css Color HEX #4A32E9 Han Purple

📋 copy color: '#4A32E9'

red 74 ◦ green 50 ◦ blue 233

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

Shades of Han Purple #4A32E9

Tints of Han Purple #4A32E9

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.01%

 BLUE value IS 233 (91.41% from 255) = 65.27%

R = 20.73%
G = 14.01%
B = 65.27%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#4A32E9 (or 0x4A32E9) is known color: Han Purple. HEX triplet: 4A, 32 and E9. RGB value is (74,50,233). Sum of RGB (Red+Green+Blue) = 74+50+233=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 233 (91.41% from 255 or 65.27% from 357); Max value from RGB is 233 - color contains mainly: blue. Hex color #4A32E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A32E9 is #B5CD16. Grayscale: #4D4D4D. Windows color (decimal): -11914519 or 15282762. OLE color: 15282762.

HSL color Cylindrical-coordinate representation of color #4A32E9: hue angle of 247.87º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A32E9 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 74 50 233 -
CMYK 0.68 0.79 0 0.09
HSL 247.87º 0.81% 0.55% -
HSV(B) 247.87º 0.79% 0.91% -
XYZ 18.67 9.62 77.96 -
YUV 78.04 215.45 125.12 -
System Red Green Blue C M Y K H S L
Decimal 74 50 233 0.68 0.79 0 0.09 247.87 0.81 0.55
Hex 4A 32 E9 44 4F 0 9 F8 51 37
Octal 112 62 351 104 117 0 11 370 121 67
Binary 1001010 110010 11101001 1000100 1001111 0 1001 11111000 1010001 110111

Color Harmonies of #4A32E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A32E9

Black with #4A32E9

Text Example


Text Example

White with #4A32E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,50,233); }

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

background-color css

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

 a { background-color: rgb(74,50,233); }

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

border-color css

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

 span { border-color: rgb(74,50,233); }

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