Html Css Color HEX #4D27DC Han Purple

📋 copy color: '#4D27DC'

red 77 ◦ green 39 ◦ blue 220

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

Shades of Han Purple #4D27DC

Tints of Han Purple #4D27DC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.61%

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

R = 22.92%
G = 11.61%
B = 65.48%

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

#4D27DC (or 0x4D27DC) is known color: Han Purple. HEX triplet: 4D, 27 and DC. RGB value is (77,39,220). Sum of RGB (Red+Green+Blue) = 77+39+220=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D27DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D27DC is #B2D823. Grayscale: #464646. Windows color (decimal): -11720740 or 14427981. OLE color: 14427981.

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

Color convert

RGB 77 39 220 -
CMYK 0.65 0.82 0 0.14
HSL 252.6º 0.72% 0.51% -
HSV(B) 252.6º 0.82% 0.86% -
XYZ 16.7 8.2 68.41 -
YUV 71 212.09 132.28 -
System Red Green Blue C M Y K H S L
Decimal 77 39 220 0.65 0.82 0 0.14 252.6 0.72 0.51
Hex 4D 27 DC 41 52 0 E FD 48 33
Octal 115 47 334 101 122 0 16 375 110 63
Binary 1001101 100111 11011100 1000001 1010010 0 1110 11111101 1001000 110011

Color Harmonies of #4D27DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D27DC

Black with #4D27DC

Text Example


Text Example

White with #4D27DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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