Html Css Color HEX #4D2BDB Han Purple

📋 copy color: '#4D2BDB'

red 77 ◦ green 43 ◦ blue 219

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

Shades of Han Purple #4D2BDB

Tints of Han Purple #4D2BDB

RGB

 RED value IS 77 (30.47% from 255) = 22.71%

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

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

R = 22.71%
G = 12.68%
B = 64.6%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D2BDB (or 0x4D2BDB) is known color: Han Purple. HEX triplet: 4D, 2B and DB. RGB value is (77,43,219). Sum of RGB (Red+Green+Blue) = 77+43+219=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D2BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2BDB is #B2D424. Grayscale: #484848. Windows color (decimal): -11719717 or 14363469. OLE color: 14363469.

HSL color Cylindrical-coordinate representation of color #4D2BDB: hue angle of 251.59º 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 #4D2BDB is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 43 219 -
CMYK 0.65 0.80 0 0.14
HSL 251.59º 0.71% 0.51% -
HSV(B) 251.59º 0.8% 0.86% -
XYZ 16.71 8.42 67.76 -
YUV 73.23 210.26 130.69 -
System Red Green Blue C M Y K H S L
Decimal 77 43 219 0.65 0.80 0 0.14 251.59 0.71 0.51
Hex 4D 2B DB 41 50 0 E FC 47 33
Octal 115 53 333 101 120 0 16 374 107 63
Binary 1001101 101011 11011011 1000001 1010000 0 1110 11111100 1000111 110011

Color Harmonies of #4D2BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2BDB

Black with #4D2BDB

Text Example


Text Example

White with #4D2BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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