Html Css Color HEX #4028EB Han Purple

📋 copy color: '#4028EB'

red 64 ◦ green 40 ◦ blue 235

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

Shades of Han Purple #4028EB

Tints of Han Purple #4028EB

RGB

 RED value IS 64 (25.39% from 255) = 18.88%

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

 BLUE value IS 235 (92.19% from 255) = 69.32%

R = 18.88%
G = 11.8%
B = 69.32%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4028EB (or 0x4028EB) is known color: Han Purple. HEX triplet: 40, 28 and EB. RGB value is (64,40,235). Sum of RGB (Red+Green+Blue) = 64+40+235=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 235 (92.19% from 255 or 69.32% from 339); Max value from RGB is 235 - color contains mainly: blue. Hex color #4028EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4028EB is #BFD714. Grayscale: #444444. Windows color (decimal): -12572437 or 15411264. OLE color: 15411264.

HSL color Cylindrical-coordinate representation of color #4028EB: hue angle of 247.38º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4028EB is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 40 235 -
CMYK 0.73 0.83 0 0.08
HSL 247.38º 0.83% 0.54% -
HSV(B) 247.38º 0.83% 0.92% -
XYZ 17.87 8.61 79.32 -
YUV 69.41 221.45 124.14 -
System Red Green Blue C M Y K H S L
Decimal 64 40 235 0.73 0.83 0 0.08 247.38 0.83 0.54
Hex 40 28 EB 49 53 0 8 F7 53 36
Octal 100 50 353 111 123 0 10 367 123 66
Binary 1000000 101000 11101011 1001001 1010011 0 1000 11110111 1010011 110110

Color Harmonies of #4028EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4028EB

Black with #4028EB

Text Example


Text Example

White with #4028EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4028EB; }

 p { color: rgb(64,40,235); }

 H1.HeaderClassName
 {
   color: #4028EB;
 }
 .AnyTagClassName
 {
   color: #4028EB;
 }
</style>

background-color css

<style>
 a { background-color: #4028EB; }

 a { background-color: rgb(64,40,235); }

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

border-color css

<style>
 span { border-color: #4028EB; }

 span { border-color: rgb(64,40,235); }

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