Html Css Color HEX #4A11EB Han Purple

📋 copy color: '#4A11EB'

red 74 ◦ green 17 ◦ blue 235

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

Shades of Han Purple #4A11EB

Tints of Han Purple #4A11EB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.21%

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

R = 22.7%
G = 5.21%
B = 72.09%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A11EB (or 0x4A11EB) is known color: Han Purple. HEX triplet: 4A, 11 and EB. RGB value is (74,17,235). Sum of RGB (Red+Green+Blue) = 74+17+235=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 235 (92.19% from 255 or 72.09% from 326); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A11EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A11EB is #B5EE14. Grayscale: #3A3A3A. Windows color (decimal): -11922965 or 15405386. OLE color: 15405386.

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

Color convert

RGB 74 17 235 -
CMYK 0.69 0.93 0 0.08
HSL 255.69º 0.87% 0.49% -
HSV(B) 255.69º 0.93% 0.92% -
XYZ 18.02 7.85 79.16 -
YUV 58.9 227.38 138.77 -
System Red Green Blue C M Y K H S L
Decimal 74 17 235 0.69 0.93 0 0.08 255.69 0.87 0.49
Hex 4A 11 EB 45 5D 0 8 100 57 31
Octal 112 21 353 105 135 0 10 400 127 61
Binary 1001010 10001 11101011 1000101 1011101 0 1000 100000000 1010111 110001

Color Harmonies of #4A11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A11EB

Black with #4A11EB

Text Example


Text Example

White with #4A11EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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