Html Css Color HEX #4A29FF Han Purple

📋 copy color: '#4A29FF'

red 74 ◦ green 41 ◦ blue 255

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

Shades of Han Purple #4A29FF

Tints of Han Purple #4A29FF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.08%

 BLUE value IS 255 (100% from 255) = 68.92%

R = 20%
G = 11.08%
B = 68.92%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4A29FF (or 0x4A29FF) is known color: Han Purple. HEX triplet: 4A, 29 and FF. RGB value is (74,41,255). Sum of RGB (Red+Green+Blue) = 74+41+255=370 (49% of max value = 765). Red value is 74 (29.30% from 255 or 20% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A29FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A29FF is #B5D600. Grayscale: #4A4A4A. Windows color (decimal): -11916801 or 16722250. OLE color: 16722250.

HSL color Cylindrical-coordinate representation of color #4A29FF: hue angle of 249.25º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A29FF is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 74 41 255 -
CMYK 0.71 0.84 0 0
HSL 249.25º 1% 0.58% -
HSV(B) 249.25º 0.84% 1% -
XYZ 21.67 10.26 95.45 -
YUV 75.26 229.43 127.1 -
System Red Green Blue C M Y K H S L
Decimal 74 41 255 0.71 0.84 0 0 249.25 1 0.58
Hex 4A 29 FF 47 54 0 0 F9 64 3A
Octal 112 51 377 107 124 0 0 371 144 72
Binary 1001010 101001 11111111 1000111 1010100 0 0 11111001 1100100 111010

Color Harmonies of #4A29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A29FF

Black with #4A29FF

Text Example


Text Example

White with #4A29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,41,255); }

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

background-color css

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

 a { background-color: rgb(74,41,255); }

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

border-color css

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

 span { border-color: rgb(74,41,255); }

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