Html Css Color HEX #4D18DC Han Purple

📋 copy color: '#4D18DC'

red 77 ◦ green 24 ◦ blue 220

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

Shades of Han Purple #4D18DC

Tints of Han Purple #4D18DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.54%

R = 23.99%
G = 7.48%
B = 68.54%

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

#4D18DC (or 0x4D18DC) is known color: Han Purple. HEX triplet: 4D, 18 and DC. RGB value is (77,24,220). Sum of RGB (Red+Green+Blue) = 77+24+220=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D18DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D18DC is #B2E723. Grayscale: #3D3D3D. Windows color (decimal): -11724580 or 14424141. OLE color: 14424141.

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

Color convert

RGB 77 24 220 -
CMYK 0.65 0.89 0 0.14
HSL 256.22º 0.8% 0.48% -
HSV(B) 256.22º 0.89% 0.86% -
XYZ 16.31 7.4 68.28 -
YUV 62.19 217.06 138.56 -
System Red Green Blue C M Y K H S L
Decimal 77 24 220 0.65 0.89 0 0.14 256.22 0.8 0.48
Hex 4D 18 DC 41 59 0 E 100 50 30
Octal 115 30 334 101 131 0 16 400 120 60
Binary 1001101 11000 11011100 1000001 1011001 0 1110 100000000 1010000 110000

Color Harmonies of #4D18DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D18DC

Black with #4D18DC

Text Example


Text Example

White with #4D18DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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