Html Css Color HEX #4D2DDC Han Purple

📋 copy color: '#4D2DDC'

red 77 ◦ green 45 ◦ blue 220

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

Shades of Han Purple #4D2DDC

Tints of Han Purple #4D2DDC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.16%

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

R = 22.51%
G = 13.16%
B = 64.33%

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

#4D2DDC (or 0x4D2DDC) is known color: Han Purple. HEX triplet: 4D, 2D and DC. RGB value is (77,45,220). Sum of RGB (Red+Green+Blue) = 77+45+220=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D2DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2DDC is #B2D223. Grayscale: #494949. Windows color (decimal): -11719204 or 14429517. OLE color: 14429517.

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

Color convert

RGB 77 45 220 -
CMYK 0.65 0.80 0 0.14
HSL 250.97º 0.71% 0.52% -
HSV(B) 250.97º 0.8% 0.86% -
XYZ 16.92 8.62 68.48 -
YUV 74.52 210.1 129.77 -
System Red Green Blue C M Y K H S L
Decimal 77 45 220 0.65 0.80 0 0.14 250.97 0.71 0.52
Hex 4D 2D DC 41 50 0 E FB 47 34
Octal 115 55 334 101 120 0 16 373 107 64
Binary 1001101 101101 11011100 1000001 1010000 0 1110 11111011 1000111 110100

Color Harmonies of #4D2DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2DDC

Black with #4D2DDC

Text Example


Text Example

White with #4D2DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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