Html Css Color HEX #4D00F4 Han Purple

📋 copy color: '#4D00F4'

red 77 ◦ green 0 ◦ blue 244

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

Shades of Han Purple #4D00F4

Tints of Han Purple #4D00F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 76.01%

R = 23.99%
G = 0%
B = 76.01%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4D00F4 (or 0x4D00F4) is known color: Han Purple. HEX triplet: 4D, 00 and F4. RGB value is (77,0,244). Sum of RGB (Red+Green+Blue) = 77+0+244=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 244 (95.70% from 255 or 76.01% from 321); Max value from RGB is 244 - color contains mainly: blue. Hex color #4D00F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D00F4 is #B2FF0B. Grayscale: #313131. Windows color (decimal): -11730700 or 15990861. OLE color: 15990861.

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

Color convert

RGB 77 0 244 -
CMYK 0.68 1 0 0.04
HSL 258.93º 1% 0.48% -
HSV(B) 258.93º 1% 0.96% -
XYZ 19.39 8.11 86.13 -
YUV 50.84 237.01 146.66 -
System Red Green Blue C M Y K H S L
Decimal 77 0 244 0.68 1 0 0.04 258.93 1 0.48
Hex 4D 0 F4 44 64 0 4 103 64 30
Octal 115 0 364 104 144 0 4 403 144 60
Binary 1001101 0 11110100 1000100 1100100 0 100 100000011 1100100 110000

Color Harmonies of #4D00F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D00F4

Black with #4D00F4

Text Example


Text Example

White with #4D00F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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