Html Css Color HEX #4A2BEF Han Purple

📋 copy color: '#4A2BEF'

red 74 ◦ green 43 ◦ blue 239

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

Shades of Han Purple #4A2BEF

Tints of Han Purple #4A2BEF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.08%

 BLUE value IS 239 (93.75% from 255) = 67.13%

R = 20.79%
G = 12.08%
B = 67.13%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4A2BEF (or 0x4A2BEF) is known color: Han Purple. HEX triplet: 4A, 2B and EF. RGB value is (74,43,239). Sum of RGB (Red+Green+Blue) = 74+43+239=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A2BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A2BEF is #B5D410. Grayscale: #494949. Windows color (decimal): -11916305 or 15674186. OLE color: 15674186.

HSL color Cylindrical-coordinate representation of color #4A2BEF: hue angle of 249.49º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A2BEF is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 43 239 -
CMYK 0.69 0.82 0 0.06
HSL 249.49º 0.86% 0.55% -
HSV(B) 249.49º 0.82% 0.94% -
XYZ 19.27 9.42 82.46 -
YUV 74.61 220.77 127.56 -
System Red Green Blue C M Y K H S L
Decimal 74 43 239 0.69 0.82 0 0.06 249.49 0.86 0.55
Hex 4A 2B EF 45 52 0 6 F9 56 37
Octal 112 53 357 105 122 0 6 371 126 67
Binary 1001010 101011 11101111 1000101 1010010 0 110 11111001 1010110 110111

Color Harmonies of #4A2BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2BEF

Black with #4A2BEF

Text Example


Text Example

White with #4A2BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,43,239); }

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

background-color css

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

 a { background-color: rgb(74,43,239); }

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

border-color css

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

 span { border-color: rgb(74,43,239); }

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