Html Css Color HEX #4A1DEC Han Purple

📋 copy color: '#4A1DEC'

red 74 ◦ green 29 ◦ blue 236

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

Shades of Han Purple #4A1DEC

Tints of Han Purple #4A1DEC

RGB

 RED value IS 74 (29.3% from 255) = 21.83%

 GREEN value IS 29 (11.72% from 255) = 8.55%

 BLUE value IS 236 (92.58% from 255) = 69.62%

R = 21.83%
G = 8.55%
B = 69.62%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4A1DEC (or 0x4A1DEC) is known color: Han Purple. HEX triplet: 4A, 1D and EC. RGB value is (74,29,236). Sum of RGB (Red+Green+Blue) = 74+29+236=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #4A1DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1DEC is #B5E213. Grayscale: #414141. Windows color (decimal): -11919892 or 15473994. OLE color: 15473994.

HSL color Cylindrical-coordinate representation of color #4A1DEC: hue angle of 253.04º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A1DEC is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 29 236 -
CMYK 0.69 0.88 0 0.07
HSL 253.04º 0.84% 0.52% -
HSV(B) 253.04º 0.88% 0.93% -
XYZ 18.4 8.39 80.01 -
YUV 66.05 223.91 133.67 -
System Red Green Blue C M Y K H S L
Decimal 74 29 236 0.69 0.88 0 0.07 253.04 0.84 0.52
Hex 4A 1D EC 45 58 0 7 FD 54 34
Octal 112 35 354 105 130 0 7 375 124 64
Binary 1001010 11101 11101100 1000101 1011000 0 111 11111101 1010100 110100

Color Harmonies of #4A1DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1DEC

Black with #4A1DEC

Text Example


Text Example

White with #4A1DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,29,236); }

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

background-color css

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

 a { background-color: rgb(74,29,236); }

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

border-color css

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

 span { border-color: rgb(74,29,236); }

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