Html Css Color HEX #4001EA Han Purple

📋 copy color: '#4001EA'

red 64 ◦ green 1 ◦ blue 234

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

Shades of Han Purple #4001EA

Tints of Han Purple #4001EA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 21.4%
G = 0.33%
B = 78.26%

CMYK

 C value IS 0.73

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4001EA (or 0x4001EA) is known color: Han Purple. HEX triplet: 40, 01 and EA. RGB value is (64,1,234). Sum of RGB (Red+Green+Blue) = 64+1+234=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 234 (91.80% from 255 or 78.26% from 299); Max value from RGB is 234 - color contains mainly: blue. Hex color #4001EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4001EA is #BFFE15. Grayscale: #2D2D2D. Windows color (decimal): -12582422 or 15335744. OLE color: 15335744.

HSL color Cylindrical-coordinate representation of color #4001EA: hue angle of 256.22º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4001EA is Cyan = 0.73, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 1 234 -
CMYK 0.73 1.00 0 0.08
HSL 256.22º 0.99% 0.46% -
HSV(B) 256.22º 1% 0.92% -
XYZ 16.98 7.05 78.31 -
YUV 46.4 233.87 140.55 -
System Red Green Blue C M Y K H S L
Decimal 64 1 234 0.73 1.00 0 0.08 256.22 0.99 0.46
Hex 40 1 EA 49 64 0 8 100 63 2E
Octal 100 1 352 111 144 0 10 400 143 56
Binary 1000000 1 11101010 1001001 1100100 0 1000 100000000 1100011 101110

Color Harmonies of #4001EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4001EA

Black with #4001EA

Text Example


Text Example

White with #4001EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4001EA; }

 p { color: rgb(64,1,234); }

 H1.HeaderClassName
 {
   color: #4001EA;
 }
 .AnyTagClassName
 {
   color: #4001EA;
 }
</style>

background-color css

<style>
 a { background-color: #4001EA; }

 a { background-color: rgb(64,1,234); }

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

border-color css

<style>
 span { border-color: #4001EA; }

 span { border-color: rgb(64,1,234); }

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