Html Css Color HEX #4A2ADB Han Purple

📋 copy color: '#4A2ADB'

red 74 ◦ green 42 ◦ blue 219

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

Shades of Han Purple #4A2ADB

Tints of Han Purple #4A2ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.54%

 BLUE value IS 219 (85.94% from 255) = 65.37%

R = 22.09%
G = 12.54%
B = 65.37%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A2ADB (or 0x4A2ADB) is known color: Han Purple. HEX triplet: 4A, 2A and DB. RGB value is (74,42,219). Sum of RGB (Red+Green+Blue) = 74+42+219=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A2ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2ADB is #B5D524. Grayscale: #474747. Windows color (decimal): -11916581 or 14363210. OLE color: 14363210.

HSL color Cylindrical-coordinate representation of color #4A2ADB: hue angle of 250.85º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A2ADB is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 42 219 -
CMYK 0.66 0.81 0 0.14
HSL 250.85º 0.71% 0.51% -
HSV(B) 250.85º 0.81% 0.86% -
XYZ 16.44 8.23 67.74 -
YUV 71.75 211.1 129.61 -
System Red Green Blue C M Y K H S L
Decimal 74 42 219 0.66 0.81 0 0.14 250.85 0.71 0.51
Hex 4A 2A DB 42 51 0 E FB 47 33
Octal 112 52 333 102 121 0 16 373 107 63
Binary 1001010 101010 11011011 1000010 1010001 0 1110 11111011 1000111 110011

Color Harmonies of #4A2ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2ADB

Black with #4A2ADB

Text Example


Text Example

White with #4A2ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,42,219); }

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

background-color css

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

 a { background-color: rgb(74,42,219); }

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

border-color css

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

 span { border-color: rgb(74,42,219); }

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