Html Css Color HEX #4A2EED Han Purple

📋 copy color: '#4A2EED'

red 74 ◦ green 46 ◦ blue 237

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

Shades of Han Purple #4A2EED

Tints of Han Purple #4A2EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.39%

R = 20.73%
G = 12.89%
B = 66.39%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4A2EED (or 0x4A2EED) is known color: Han Purple. HEX triplet: 4A, 2E and ED. RGB value is (74,46,237). Sum of RGB (Red+Green+Blue) = 74+46+237=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #4A2EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A2EED is #B5D112. Grayscale: #4B4B4B. Windows color (decimal): -11915539 or 15543882. OLE color: 15543882.

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

Color convert

RGB 74 46 237 -
CMYK 0.69 0.81 0 0.07
HSL 248.8º 0.84% 0.55% -
HSV(B) 248.8º 0.81% 0.93% -
XYZ 19.09 9.52 80.95 -
YUV 76.15 218.78 126.47 -
System Red Green Blue C M Y K H S L
Decimal 74 46 237 0.69 0.81 0 0.07 248.8 0.84 0.55
Hex 4A 2E ED 45 51 0 7 F9 54 37
Octal 112 56 355 105 121 0 7 371 124 67
Binary 1001010 101110 11101101 1000101 1010001 0 111 11111001 1010100 110111

Color Harmonies of #4A2EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2EED

Black with #4A2EED

Text Example


Text Example

White with #4A2EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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