Html Css Color HEX #4D31EB Han Purple

📋 copy color: '#4D31EB'

red 77 ◦ green 49 ◦ blue 235

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

Shades of Han Purple #4D31EB

Tints of Han Purple #4D31EB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.57%

 BLUE value IS 235 (92.19% from 255) = 65.1%

R = 21.33%
G = 13.57%
B = 65.1%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4D31EB (or 0x4D31EB) is known color: Han Purple. HEX triplet: 4D, 31 and EB. RGB value is (77,49,235). Sum of RGB (Red+Green+Blue) = 77+49+235=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D31EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D31EB is #B2CE14. Grayscale: #4D4D4D. Windows color (decimal): -11718165 or 15413581. OLE color: 15413581.

HSL color Cylindrical-coordinate representation of color #4D31EB: hue angle of 249.03º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D31EB is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 49 235 -
CMYK 0.67 0.79 0 0.08
HSL 249.03º 0.82% 0.56% -
HSV(B) 249.03º 0.79% 0.92% -
XYZ 19.15 9.77 79.47 -
YUV 78.58 216.28 126.88 -
System Red Green Blue C M Y K H S L
Decimal 77 49 235 0.67 0.79 0 0.08 249.03 0.82 0.56
Hex 4D 31 EB 43 4F 0 8 F9 52 38
Octal 115 61 353 103 117 0 10 371 122 70
Binary 1001101 110001 11101011 1000011 1001111 0 1000 11111001 1010010 111000

Color Harmonies of #4D31EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D31EB

Black with #4D31EB

Text Example


Text Example

White with #4D31EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,49,235); }

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

background-color css

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

 a { background-color: rgb(77,49,235); }

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

border-color css

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

 span { border-color: rgb(77,49,235); }

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