Html Css Color HEX #4D1EFF Han Purple

📋 copy color: '#4D1EFF'

red 77 ◦ green 30 ◦ blue 255

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

Shades of Han Purple #4D1EFF

Tints of Han Purple #4D1EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.29%

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

R = 21.27%
G = 8.29%
B = 70.44%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4D1EFF (or 0x4D1EFF) is known color: Han Purple. HEX triplet: 4D, 1E and FF. RGB value is (77,30,255). Sum of RGB (Red+Green+Blue) = 77+30+255=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D1EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1EFF is #B2E100. Grayscale: #444444. Windows color (decimal): -11723009 or 16719437. OLE color: 16719437.

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

Color convert

RGB 77 30 255 -
CMYK 0.70 0.88 0 0
HSL 252.53º 1% 0.56% -
HSV(B) 252.53º 0.88% 1% -
XYZ 21.57 9.73 95.35 -
YUV 69.7 232.57 133.2 -
System Red Green Blue C M Y K H S L
Decimal 77 30 255 0.70 0.88 0 0 252.53 1 0.56
Hex 4D 1E FF 46 58 0 0 FD 64 38
Octal 115 36 377 106 130 0 0 375 144 70
Binary 1001101 11110 11111111 1000110 1011000 0 0 11111101 1100100 111000

Color Harmonies of #4D1EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1EFF

Black with #4D1EFF

Text Example


Text Example

White with #4D1EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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