Html Css Color HEX #4D28DC Han Purple

📋 copy color: '#4D28DC'

red 77 ◦ green 40 ◦ blue 220

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

Shades of Han Purple #4D28DC

Tints of Han Purple #4D28DC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

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

R = 22.85%
G = 11.87%
B = 65.28%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D28DC (or 0x4D28DC) is known color: Han Purple. HEX triplet: 4D, 28 and DC. RGB value is (77,40,220). Sum of RGB (Red+Green+Blue) = 77+40+220=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D28DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D28DC is #B2D723. Grayscale: #464646. Windows color (decimal): -11720484 or 14428237. OLE color: 14428237.

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

Color convert

RGB 77 40 220 -
CMYK 0.65 0.82 0 0.14
HSL 252.33º 0.72% 0.51% -
HSV(B) 252.33º 0.82% 0.86% -
XYZ 16.74 8.26 68.42 -
YUV 71.58 211.76 131.86 -
System Red Green Blue C M Y K H S L
Decimal 77 40 220 0.65 0.82 0 0.14 252.33 0.72 0.51
Hex 4D 28 DC 41 52 0 E FC 48 33
Octal 115 50 334 101 122 0 16 374 110 63
Binary 1001101 101000 11011100 1000001 1010010 0 1110 11111100 1001000 110011

Color Harmonies of #4D28DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D28DC

Black with #4D28DC

Text Example


Text Example

White with #4D28DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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