Html Css Color HEX #4A1EFF Han Purple

📋 copy color: '#4A1EFF'

red 74 ◦ green 30 ◦ blue 255

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

Shades of Han Purple #4A1EFF

Tints of Han Purple #4A1EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.36%

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

R = 20.61%
G = 8.36%
B = 71.03%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4A1EFF (or 0x4A1EFF) is known color: Han Purple. HEX triplet: 4A, 1E and FF. RGB value is (74,30,255). Sum of RGB (Red+Green+Blue) = 74+30+255=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A1EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1EFF is #B5E100. Grayscale: #434343. Windows color (decimal): -11919617 or 16719434. OLE color: 16719434.

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

Color convert

RGB 74 30 255 -
CMYK 0.71 0.88 0 0
HSL 251.73º 1% 0.56% -
HSV(B) 251.73º 0.88% 1% -
XYZ 21.34 9.6 95.34 -
YUV 68.81 233.08 131.7 -
System Red Green Blue C M Y K H S L
Decimal 74 30 255 0.71 0.88 0 0 251.73 1 0.56
Hex 4A 1E FF 47 58 0 0 FC 64 38
Octal 112 36 377 107 130 0 0 374 144 70
Binary 1001010 11110 11111111 1000111 1011000 0 0 11111100 1100100 111000

Color Harmonies of #4A1EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1EFF

Black with #4A1EFF

Text Example


Text Example

White with #4A1EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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