Html Css Color HEX #4A1AEB Han Purple

📋 copy color: '#4A1AEB'

red 74 ◦ green 26 ◦ blue 235

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

Shades of Han Purple #4A1AEB

Tints of Han Purple #4A1AEB

RGB

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

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

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

R = 22.09%
G = 7.76%
B = 70.15%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A1AEB (or 0x4A1AEB) is known color: Han Purple. HEX triplet: 4A, 1A and EB. RGB value is (74,26,235). Sum of RGB (Red+Green+Blue) = 74+26+235=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A1AEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1AEB is #B5E514. Grayscale: #3F3F3F. Windows color (decimal): -11920661 or 15407690. OLE color: 15407690.

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

Color convert

RGB 74 26 235 -
CMYK 0.69 0.89 0 0.08
HSL 253.78º 0.84% 0.51% -
HSV(B) 253.78º 0.89% 0.92% -
XYZ 18.19 8.19 79.22 -
YUV 64.18 224.4 135.01 -
System Red Green Blue C M Y K H S L
Decimal 74 26 235 0.69 0.89 0 0.08 253.78 0.84 0.51
Hex 4A 1A EB 45 59 0 8 FE 54 33
Octal 112 32 353 105 131 0 10 376 124 63
Binary 1001010 11010 11101011 1000101 1011001 0 1000 11111110 1010100 110011

Color Harmonies of #4A1AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1AEB

Black with #4A1AEB

Text Example


Text Example

White with #4A1AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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