Html Css Color HEX #4A28EF Han Purple

📋 copy color: '#4A28EF'

red 74 ◦ green 40 ◦ blue 239

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

Shades of Han Purple #4A28EF

Tints of Han Purple #4A28EF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.33%

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

R = 20.96%
G = 11.33%
B = 67.71%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4A28EF (or 0x4A28EF) is known color: Han Purple. HEX triplet: 4A, 28 and EF. RGB value is (74,40,239). Sum of RGB (Red+Green+Blue) = 74+40+239=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 239 (93.75% from 255 or 67.71% from 353); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A28EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A28EF is #B5D710. Grayscale: #484848. Windows color (decimal): -11917073 or 15673418. OLE color: 15673418.

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

Color convert

RGB 74 40 239 -
CMYK 0.69 0.83 0 0.06
HSL 250.25º 0.86% 0.55% -
HSV(B) 250.25º 0.83% 0.94% -
XYZ 19.16 9.21 82.43 -
YUV 72.85 221.76 128.82 -
System Red Green Blue C M Y K H S L
Decimal 74 40 239 0.69 0.83 0 0.06 250.25 0.86 0.55
Hex 4A 28 EF 45 53 0 6 FA 56 37
Octal 112 50 357 105 123 0 6 372 126 67
Binary 1001010 101000 11101111 1000101 1010011 0 110 11111010 1010110 110111

Color Harmonies of #4A28EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A28EF

Black with #4A28EF

Text Example


Text Example

White with #4A28EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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