Html Css Color HEX #4D24DB Han Purple

📋 copy color: '#4D24DB'

red 77 ◦ green 36 ◦ blue 219

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

Shades of Han Purple #4D24DB

Tints of Han Purple #4D24DB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.84%

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

R = 23.19%
G = 10.84%
B = 65.96%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D24DB (or 0x4D24DB) is known color: Han Purple. HEX triplet: 4D, 24 and DB. RGB value is (77,36,219). Sum of RGB (Red+Green+Blue) = 77+36+219=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D24DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D24DB is #B2DB24. Grayscale: #444444. Windows color (decimal): -11721509 or 14361677. OLE color: 14361677.

HSL color Cylindrical-coordinate representation of color #4D24DB: hue angle of 253.44º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D24DB is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 36 219 -
CMYK 0.65 0.84 0 0.14
HSL 253.44º 0.72% 0.5% -
HSV(B) 253.44º 0.84% 0.86% -
XYZ 16.48 7.95 67.68 -
YUV 69.12 212.58 133.62 -
System Red Green Blue C M Y K H S L
Decimal 77 36 219 0.65 0.84 0 0.14 253.44 0.72 0.5
Hex 4D 24 DB 41 54 0 E FD 48 32
Octal 115 44 333 101 124 0 16 375 110 62
Binary 1001101 100100 11011011 1000001 1010100 0 1110 11111101 1001000 110010

Color Harmonies of #4D24DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D24DB

Black with #4D24DB

Text Example


Text Example

White with #4D24DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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