Html Css Color HEX #4A2CEA Han Purple

📋 copy color: '#4A2CEA'

red 74 ◦ green 44 ◦ blue 234

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

Shades of Han Purple #4A2CEA

Tints of Han Purple #4A2CEA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.5%

 BLUE value IS 234 (91.8% from 255) = 66.48%

R = 21.02%
G = 12.5%
B = 66.48%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A2CEA (or 0x4A2CEA) is known color: Han Purple. HEX triplet: 4A, 2C and EA. RGB value is (74,44,234). Sum of RGB (Red+Green+Blue) = 74+44+234=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #4A2CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A2CEA is #B5D315. Grayscale: #494949. Windows color (decimal): -11916054 or 15346762. OLE color: 15346762.

HSL color Cylindrical-coordinate representation of color #4A2CEA: hue angle of 249.47º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A2CEA is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 44 234 -
CMYK 0.68 0.81 0 0.08
HSL 249.47º 0.82% 0.55% -
HSV(B) 249.47º 0.81% 0.92% -
XYZ 18.58 9.2 78.64 -
YUV 74.63 217.94 127.55 -
System Red Green Blue C M Y K H S L
Decimal 74 44 234 0.68 0.81 0 0.08 249.47 0.82 0.55
Hex 4A 2C EA 44 51 0 8 F9 52 37
Octal 112 54 352 104 121 0 10 371 122 67
Binary 1001010 101100 11101010 1000100 1010001 0 1000 11111001 1010010 110111

Color Harmonies of #4A2CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2CEA

Black with #4A2CEA

Text Example


Text Example

White with #4A2CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,44,234); }

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

background-color css

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

 a { background-color: rgb(74,44,234); }

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

border-color css

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

 span { border-color: rgb(74,44,234); }

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