Html Css Color HEX #4A1AFF Han Purple

📋 copy color: '#4A1AFF'

red 74 ◦ green 26 ◦ blue 255

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

Shades of Han Purple #4A1AFF

Tints of Han Purple #4A1AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.32%

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

R = 20.85%
G = 7.32%
B = 71.83%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4A1AFF (or 0x4A1AFF) is known color: Han Purple. HEX triplet: 4A, 1A and FF. RGB value is (74,26,255). Sum of RGB (Red+Green+Blue) = 74+26+255=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A1AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1AFF is #B5E500. Grayscale: #414141. Windows color (decimal): -11920641 or 16718410. OLE color: 16718410.

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

Color convert

RGB 74 26 255 -
CMYK 0.71 0.90 0 0
HSL 252.58º 1% 0.55% -
HSV(B) 252.58º 0.9% 1% -
XYZ 21.24 9.41 95.31 -
YUV 66.46 234.4 133.38 -
System Red Green Blue C M Y K H S L
Decimal 74 26 255 0.71 0.90 0 0 252.58 1 0.55
Hex 4A 1A FF 47 5A 0 0 FD 64 37
Octal 112 32 377 107 132 0 0 375 144 67
Binary 1001010 11010 11111111 1000111 1011010 0 0 11111101 1100100 110111

Color Harmonies of #4A1AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1AFF

Black with #4A1AFF

Text Example


Text Example

White with #4A1AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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