Html Css Color HEX #400AEF Han Purple

📋 copy color: '#400AEF'

red 64 ◦ green 10 ◦ blue 239

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

Shades of Han Purple #400AEF

Tints of Han Purple #400AEF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.19%

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

R = 20.45%
G = 3.19%
B = 76.36%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#400AEF (or 0x400AEF) is known color: Han Purple. HEX triplet: 40, 0A and EF. RGB value is (64,10,239). Sum of RGB (Red+Green+Blue) = 64+10+239=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 239 (93.75% from 255 or 76.36% from 313); Max value from RGB is 239 - color contains mainly: blue. Hex color #400AEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400AEF is #BFF510. Grayscale: #333333. Windows color (decimal): -12580113 or 15665728. OLE color: 15665728.

HSL color Cylindrical-coordinate representation of color #400AEF: hue angle of 254.15º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400AEF is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 10 239 -
CMYK 0.73 0.96 0 0.06
HSL 254.15º 0.92% 0.49% -
HSV(B) 254.15º 0.96% 0.94% -
XYZ 17.8 7.54 82.18 -
YUV 52.25 233.39 136.38 -
System Red Green Blue C M Y K H S L
Decimal 64 10 239 0.73 0.96 0 0.06 254.15 0.92 0.49
Hex 40 A EF 49 60 0 6 FE 5C 31
Octal 100 12 357 111 140 0 6 376 134 61
Binary 1000000 1010 11101111 1001001 1100000 0 110 11111110 1011100 110001

Color Harmonies of #400AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400AEF

Black with #400AEF

Text Example


Text Example

White with #400AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400AEF; }

 p { color: rgb(64,10,239); }

 H1.HeaderClassName
 {
   color: #400AEF;
 }
 .AnyTagClassName
 {
   color: #400AEF;
 }
</style>

background-color css

<style>
 a { background-color: #400AEF; }

 a { background-color: rgb(64,10,239); }

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

border-color css

<style>
 span { border-color: #400AEF; }

 span { border-color: rgb(64,10,239); }

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