Html Css Color HEX #4D1AEF Han Purple

📋 copy color: '#4D1AEF'

red 77 ◦ green 26 ◦ blue 239

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

Shades of Han Purple #4D1AEF

Tints of Han Purple #4D1AEF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.6%

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

R = 22.51%
G = 7.6%
B = 69.88%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4D1AEF (or 0x4D1AEF) is known color: Han Purple. HEX triplet: 4D, 1A and EF. RGB value is (77,26,239). Sum of RGB (Red+Green+Blue) = 77+26+239=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 239 (93.75% from 255 or 69.88% from 342); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D1AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1AEF is #B2E510. Grayscale: #404040. Windows color (decimal): -11724049 or 15669837. OLE color: 15669837.

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

Color convert

RGB 77 26 239 -
CMYK 0.68 0.89 0 0.06
HSL 254.37º 0.87% 0.52% -
HSV(B) 254.37º 0.89% 0.94% -
XYZ 19.01 8.55 82.31 -
YUV 65.53 225.9 136.18 -
System Red Green Blue C M Y K H S L
Decimal 77 26 239 0.68 0.89 0 0.06 254.37 0.87 0.52
Hex 4D 1A EF 44 59 0 6 FE 57 34
Octal 115 32 357 104 131 0 6 376 127 64
Binary 1001101 11010 11101111 1000100 1011001 0 110 11111110 1010111 110100

Color Harmonies of #4D1AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1AEF

Black with #4D1AEF

Text Example


Text Example

White with #4D1AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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