Html Css Color HEX #4006E1 Han Purple

📋 copy color: '#4006E1'

red 64 ◦ green 6 ◦ blue 225

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

Shades of Han Purple #4006E1

Tints of Han Purple #4006E1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

 BLUE value IS 225 (88.28% from 255) = 76.27%

R = 21.69%
G = 2.03%
B = 76.27%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4006E1 (or 0x4006E1) is known color: Han Purple. HEX triplet: 40, 06 and E1. RGB value is (64,6,225). Sum of RGB (Red+Green+Blue) = 64+6+225=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 225 (88.28% from 255 or 76.27% from 295); Max value from RGB is 225 - color contains mainly: blue. Hex color #4006E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4006E1 is #BFF91E. Grayscale: #2F2F2F. Windows color (decimal): -12581151 or 14747200. OLE color: 14747200.

HSL color Cylindrical-coordinate representation of color #4006E1: hue angle of 255.89º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4006E1 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 6 225 -
CMYK 0.72 0.97 0 0.12
HSL 255.89º 0.95% 0.45% -
HSV(B) 255.89º 0.97% 0.88% -
XYZ 15.77 6.66 71.69 -
YUV 48.31 227.72 139.19 -
System Red Green Blue C M Y K H S L
Decimal 64 6 225 0.72 0.97 0 0.12 255.89 0.95 0.45
Hex 40 6 E1 48 61 0 C 100 5F 2D
Octal 100 6 341 110 141 0 14 400 137 55
Binary 1000000 110 11100001 1001000 1100001 0 1100 100000000 1011111 101101

Color Harmonies of #4006E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4006E1

Black with #4006E1

Text Example


Text Example

White with #4006E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4006E1; }

 p { color: rgb(64,6,225); }

 H1.HeaderClassName
 {
   color: #4006E1;
 }
 .AnyTagClassName
 {
   color: #4006E1;
 }
</style>

background-color css

<style>
 a { background-color: #4006E1; }

 a { background-color: rgb(64,6,225); }

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

border-color css

<style>
 span { border-color: #4006E1; }

 span { border-color: rgb(64,6,225); }

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