Html Css Color HEX #4D1EFC Han Purple

📋 copy color: '#4D1EFC'

red 77 ◦ green 30 ◦ blue 252

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

Shades of Han Purple #4D1EFC

Tints of Han Purple #4D1EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 70.19%

R = 21.45%
G = 8.36%
B = 70.19%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D1EFC (or 0x4D1EFC) is known color: Han Purple. HEX triplet: 4D, 1E and FC. RGB value is (77,30,252). Sum of RGB (Red+Green+Blue) = 77+30+252=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D1EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1EFC is #B2E103. Grayscale: #444444. Windows color (decimal): -11723012 or 16522829. OLE color: 16522829.

HSL color Cylindrical-coordinate representation of color #4D1EFC: hue angle of 252.7º degrees, saturation: 0.97, 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 #4D1EFC is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 30 252 -
CMYK 0.69 0.88 0 0.01
HSL 252.7º 0.97% 0.55% -
HSV(B) 252.7º 0.88% 0.99% -
XYZ 21.1 9.53 92.82 -
YUV 69.36 231.07 133.45 -
System Red Green Blue C M Y K H S L
Decimal 77 30 252 0.69 0.88 0 0.01 252.7 0.97 0.55
Hex 4D 1E FC 45 58 0 1 FD 61 37
Octal 115 36 374 105 130 0 1 375 141 67
Binary 1001101 11110 11111100 1000101 1011000 0 1 11111101 1100001 110111

Color Harmonies of #4D1EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1EFC

Black with #4D1EFC

Text Example


Text Example

White with #4D1EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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