Html Css Color HEX #4D2EFF Han Purple

📋 copy color: '#4D2EFF'

red 77 ◦ green 46 ◦ blue 255

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

Shades of Han Purple #4D2EFF

Tints of Han Purple #4D2EFF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.17%

 BLUE value IS 255 (100% from 255) = 67.46%

R = 20.37%
G = 12.17%
B = 67.46%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4D2EFF (or 0x4D2EFF) is known color: Han Purple. HEX triplet: 4D, 2E and FF. RGB value is (77,46,255). Sum of RGB (Red+Green+Blue) = 77+46+255=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D2EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2EFF is #B2D100. Grayscale: #4E4E4E. Windows color (decimal): -11718913 or 16723533. OLE color: 16723533.

HSL color Cylindrical-coordinate representation of color #4D2EFF: hue angle of 248.9º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D2EFF is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 77 46 255 -
CMYK 0.70 0.82 0 0
HSL 248.9º 1% 0.59% -
HSV(B) 248.9º 0.82% 1% -
XYZ 22.09 10.75 95.52 -
YUV 79.1 227.27 126.51 -
System Red Green Blue C M Y K H S L
Decimal 77 46 255 0.70 0.82 0 0 248.9 1 0.59
Hex 4D 2E FF 46 52 0 0 F9 64 3B
Octal 115 56 377 106 122 0 0 371 144 73
Binary 1001101 101110 11111111 1000110 1010010 0 0 11111001 1100100 111011

Color Harmonies of #4D2EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2EFF

Black with #4D2EFF

Text Example


Text Example

White with #4D2EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,46,255); }

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

background-color css

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

 a { background-color: rgb(77,46,255); }

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

border-color css

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

 span { border-color: rgb(77,46,255); }

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