Html Css Color HEX #4D18FB Han Purple

📋 copy color: '#4D18FB'

red 77 ◦ green 24 ◦ blue 251

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

Shades of Han Purple #4D18FB

Tints of Han Purple #4D18FB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.82%

 BLUE value IS 251 (98.44% from 255) = 71.31%

R = 21.88%
G = 6.82%
B = 71.31%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D18FB (or 0x4D18FB) is known color: Han Purple. HEX triplet: 4D, 18 and FB. RGB value is (77,24,251). Sum of RGB (Red+Green+Blue) = 77+24+251=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D18FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D18FB is #B2E704. Grayscale: #404040. Windows color (decimal): -11724549 or 16455757. OLE color: 16455757.

HSL color Cylindrical-coordinate representation of color #4D18FB: hue angle of 254.01º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D18FB is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 24 251 -
CMYK 0.69 0.90 0 0.02
HSL 254.01º 0.97% 0.54% -
HSV(B) 254.01º 0.9% 0.98% -
XYZ 20.8 9.2 91.95 -
YUV 65.73 232.56 136.04 -
System Red Green Blue C M Y K H S L
Decimal 77 24 251 0.69 0.90 0 0.02 254.01 0.97 0.54
Hex 4D 18 FB 45 5A 0 2 FE 61 36
Octal 115 30 373 105 132 0 2 376 141 66
Binary 1001101 11000 11111011 1000101 1011010 0 10 11111110 1100001 110110

Color Harmonies of #4D18FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D18FB

Black with #4D18FB

Text Example


Text Example

White with #4D18FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,24,251); }

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

background-color css

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

 a { background-color: rgb(77,24,251); }

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

border-color css

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

 span { border-color: rgb(77,24,251); }

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