Html Css Color HEX #4D1AEB Han Purple

📋 copy color: '#4D1AEB'

red 77 ◦ green 26 ◦ blue 235

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

Shades of Han Purple #4D1AEB

Tints of Han Purple #4D1AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.53%

R = 22.78%
G = 7.69%
B = 69.53%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4D1AEB (or 0x4D1AEB) is known color: Han Purple. HEX triplet: 4D, 1A and EB. RGB value is (77,26,235). Sum of RGB (Red+Green+Blue) = 77+26+235=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 235 (92.19% from 255 or 69.53% from 338); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D1AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1AEB is #B2E514. Grayscale: #404040. Windows color (decimal): -11724053 or 15407693. OLE color: 15407693.

HSL color Cylindrical-coordinate representation of color #4D1AEB: hue angle of 254.64º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D1AEB is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 26 235 -
CMYK 0.67 0.89 0 0.08
HSL 254.64º 0.84% 0.51% -
HSV(B) 254.64º 0.89% 0.92% -
XYZ 18.43 8.31 79.23 -
YUV 65.08 223.9 136.51 -
System Red Green Blue C M Y K H S L
Decimal 77 26 235 0.67 0.89 0 0.08 254.64 0.84 0.51
Hex 4D 1A EB 43 59 0 8 FF 54 33
Octal 115 32 353 103 131 0 10 377 124 63
Binary 1001101 11010 11101011 1000011 1011001 0 1000 11111111 1010100 110011

Color Harmonies of #4D1AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1AEB

Black with #4D1AEB

Text Example


Text Example

White with #4D1AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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