Html Css Color HEX #4D27DE Han Purple

📋 copy color: '#4D27DE'

red 77 ◦ green 39 ◦ blue 222

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

Shades of Han Purple #4D27DE

Tints of Han Purple #4D27DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.68%

R = 22.78%
G = 11.54%
B = 65.68%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D27DE (or 0x4D27DE) is known color: Han Purple. HEX triplet: 4D, 27 and DE. RGB value is (77,39,222). Sum of RGB (Red+Green+Blue) = 77+39+222=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #4D27DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D27DE is #B2D821. Grayscale: #464646. Windows color (decimal): -11720738 or 14559053. OLE color: 14559053.

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

Color convert

RGB 77 39 222 -
CMYK 0.65 0.82 0 0.13
HSL 252.46º 0.73% 0.51% -
HSV(B) 252.46º 0.82% 0.87% -
XYZ 16.97 8.3 69.82 -
YUV 71.22 213.09 132.12 -
System Red Green Blue C M Y K H S L
Decimal 77 39 222 0.65 0.82 0 0.13 252.46 0.73 0.51
Hex 4D 27 DE 41 52 0 D FC 49 33
Octal 115 47 336 101 122 0 15 374 111 63
Binary 1001101 100111 11011110 1000001 1010010 0 1101 11111100 1001001 110011

Color Harmonies of #4D27DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D27DE

Black with #4D27DE

Text Example


Text Example

White with #4D27DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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