Html Css Color HEX #4A2BDB Han Purple

📋 copy color: '#4A2BDB'

red 74 ◦ green 43 ◦ blue 219

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

Shades of Han Purple #4A2BDB

Tints of Han Purple #4A2BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.8%

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

R = 22.02%
G = 12.8%
B = 65.18%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A2BDB (or 0x4A2BDB) is known color: Han Purple. HEX triplet: 4A, 2B and DB. RGB value is (74,43,219). Sum of RGB (Red+Green+Blue) = 74+43+219=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A2BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2BDB is #B5D424. Grayscale: #474747. Windows color (decimal): -11916325 or 14363466. OLE color: 14363466.

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

Color convert

RGB 74 43 219 -
CMYK 0.66 0.80 0 0.14
HSL 250.57º 0.71% 0.51% -
HSV(B) 250.57º 0.8% 0.86% -
XYZ 16.47 8.3 67.75 -
YUV 72.33 210.77 129.19 -
System Red Green Blue C M Y K H S L
Decimal 74 43 219 0.66 0.80 0 0.14 250.57 0.71 0.51
Hex 4A 2B DB 42 50 0 E FB 47 33
Octal 112 53 333 102 120 0 16 373 107 63
Binary 1001010 101011 11011011 1000010 1010000 0 1110 11111011 1000111 110011

Color Harmonies of #4A2BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2BDB

Black with #4A2BDB

Text Example


Text Example

White with #4A2BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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