Html Css Color HEX #4D00EF Han Purple

📋 copy color: '#4D00EF'

red 77 ◦ green 0 ◦ blue 239

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

Shades of Han Purple #4D00EF

Tints of Han Purple #4D00EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 239 (93.75% from 255) = 75.63%

R = 24.37%
G = 0%
B = 75.63%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4D00EF (or 0x4D00EF) is known color: Han Purple. HEX triplet: 4D, 00 and EF. RGB value is (77,0,239). Sum of RGB (Red+Green+Blue) = 77+0+239=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 239 (93.75% from 255 or 75.63% from 316); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D00EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D00EF is #B2FF10. Grayscale: #313131. Windows color (decimal): -11730705 or 15663181. OLE color: 15663181.

HSL color Cylindrical-coordinate representation of color #4D00EF: hue angle of 259.33º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D00EF is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 0 239 -
CMYK 0.68 1 0 0.06
HSL 259.33º 1% 0.47% -
HSV(B) 259.33º 1% 0.94% -
XYZ 18.64 7.81 82.19 -
YUV 50.27 234.51 147.07 -
System Red Green Blue C M Y K H S L
Decimal 77 0 239 0.68 1 0 0.06 259.33 1 0.47
Hex 4D 0 EF 44 64 0 6 103 64 2F
Octal 115 0 357 104 144 0 6 403 144 57
Binary 1001101 0 11101111 1000100 1100100 0 110 100000011 1100100 101111

Color Harmonies of #4D00EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D00EF

Black with #4D00EF

Text Example


Text Example

White with #4D00EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,0,239); }

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

background-color css

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

 a { background-color: rgb(77,0,239); }

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

border-color css

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

 span { border-color: rgb(77,0,239); }

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