Html Css Color HEX #4D11FF Han Purple

📋 copy color: '#4D11FF'

red 77 ◦ green 17 ◦ blue 255

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

Shades of Han Purple #4D11FF

Tints of Han Purple #4D11FF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.87%

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

R = 22.06%
G = 4.87%
B = 73.07%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4D11FF (or 0x4D11FF) is known color: Han Purple. HEX triplet: 4D, 11 and FF. RGB value is (77,17,255). Sum of RGB (Red+Green+Blue) = 77+17+255=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D11FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D11FF is #B2EE00. Grayscale: #3D3D3D. Windows color (decimal): -11726337 or 16716109. OLE color: 16716109.

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

Color convert

RGB 77 17 255 -
CMYK 0.70 0.93 0 0
HSL 255.13º 1% 0.53% -
HSV(B) 255.13º 0.93% 1% -
XYZ 21.31 9.2 95.26 -
YUV 62.07 236.88 138.65 -
System Red Green Blue C M Y K H S L
Decimal 77 17 255 0.70 0.93 0 0 255.13 1 0.53
Hex 4D 11 FF 46 5D 0 0 FF 64 35
Octal 115 21 377 106 135 0 0 377 144 65
Binary 1001101 10001 11111111 1000110 1011101 0 0 11111111 1100100 110101

Color Harmonies of #4D11FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D11FF

Black with #4D11FF

Text Example


Text Example

White with #4D11FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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