Html Css Color HEX #4D18DB Han Purple

📋 copy color: '#4D18DB'

red 77 ◦ green 24 ◦ blue 219

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

Shades of Han Purple #4D18DB

Tints of Han Purple #4D18DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.5%

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

R = 24.06%
G = 7.5%
B = 68.44%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D18DB (or 0x4D18DB) is known color: Han Purple. HEX triplet: 4D, 18 and DB. RGB value is (77,24,219). Sum of RGB (Red+Green+Blue) = 77+24+219=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D18DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D18DB is #B2E724. Grayscale: #3D3D3D. Windows color (decimal): -11724581 or 14358605. OLE color: 14358605.

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

Color convert

RGB 77 24 219 -
CMYK 0.65 0.89 0 0.14
HSL 256.31º 0.8% 0.48% -
HSV(B) 256.31º 0.89% 0.86% -
XYZ 16.17 7.35 67.58 -
YUV 62.08 216.56 138.64 -
System Red Green Blue C M Y K H S L
Decimal 77 24 219 0.65 0.89 0 0.14 256.31 0.8 0.48
Hex 4D 18 DB 41 59 0 E 100 50 30
Octal 115 30 333 101 131 0 16 400 120 60
Binary 1001101 11000 11011011 1000001 1011001 0 1110 100000000 1010000 110000

Color Harmonies of #4D18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D18DB

Black with #4D18DB

Text Example


Text Example

White with #4D18DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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