Html Css Color HEX #4D1EFD Han Purple

📋 copy color: '#4D1EFD'

red 77 ◦ green 30 ◦ blue 253

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

Shades of Han Purple #4D1EFD

Tints of Han Purple #4D1EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 70.28%

R = 21.39%
G = 8.33%
B = 70.28%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D1EFD (or 0x4D1EFD) is known color: Han Purple. HEX triplet: 4D, 1E and FD. RGB value is (77,30,253). Sum of RGB (Red+Green+Blue) = 77+30+253=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 253 (99.22% from 255 or 70.28% from 360); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D1EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1EFD is #B2E102. Grayscale: #444444. Windows color (decimal): -11723011 or 16588365. OLE color: 16588365.

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

Color convert

RGB 77 30 253 -
CMYK 0.70 0.88 0 0.01
HSL 252.65º 0.98% 0.55% -
HSV(B) 252.65º 0.88% 0.99% -
XYZ 21.25 9.6 93.66 -
YUV 69.48 231.57 133.37 -
System Red Green Blue C M Y K H S L
Decimal 77 30 253 0.70 0.88 0 0.01 252.65 0.98 0.55
Hex 4D 1E FD 46 58 0 1 FD 62 37
Octal 115 36 375 106 130 0 1 375 142 67
Binary 1001101 11110 11111101 1000110 1011000 0 1 11111101 1100010 110111

Color Harmonies of #4D1EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1EFD

Black with #4D1EFD

Text Example


Text Example

White with #4D1EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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