Html Css Color HEX #4A2EDD Han Purple

📋 copy color: '#4A2EDD'

red 74 ◦ green 46 ◦ blue 221

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

Shades of Han Purple #4A2EDD

Tints of Han Purple #4A2EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.49%

 BLUE value IS 221 (86.72% from 255) = 64.81%

R = 21.7%
G = 13.49%
B = 64.81%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A2EDD (or 0x4A2EDD) is known color: Han Purple. HEX triplet: 4A, 2E and DD. RGB value is (74,46,221). Sum of RGB (Red+Green+Blue) = 74+46+221=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A2EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2EDD is #B5D122. Grayscale: #494949. Windows color (decimal): -11915555 or 14495306. OLE color: 14495306.

HSL color Cylindrical-coordinate representation of color #4A2EDD: hue angle of 249.6º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A2EDD is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 46 221 -
CMYK 0.67 0.79 0 0.13
HSL 249.6º 0.72% 0.52% -
HSV(B) 249.6º 0.79% 0.87% -
XYZ 16.85 8.63 69.18 -
YUV 74.32 210.78 127.77 -
System Red Green Blue C M Y K H S L
Decimal 74 46 221 0.67 0.79 0 0.13 249.6 0.72 0.52
Hex 4A 2E DD 43 4F 0 D FA 48 34
Octal 112 56 335 103 117 0 15 372 110 64
Binary 1001010 101110 11011101 1000011 1001111 0 1101 11111010 1001000 110100

Color Harmonies of #4A2EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2EDD

Black with #4A2EDD

Text Example


Text Example

White with #4A2EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,46,221); }

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

background-color css

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

 a { background-color: rgb(74,46,221); }

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

border-color css

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

 span { border-color: rgb(74,46,221); }

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