Html Css Color HEX #400AFB Han Purple

📋 copy color: '#400AFB'

red 64 ◦ green 10 ◦ blue 251

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

Shades of Han Purple #400AFB

Tints of Han Purple #400AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 77.23%

R = 19.69%
G = 3.08%
B = 77.23%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#400AFB (or 0x400AFB) is known color: Han Purple. HEX triplet: 40, 0A and FB. RGB value is (64,10,251). Sum of RGB (Red+Green+Blue) = 64+10+251=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 251 (98.44% from 255 or 77.23% from 325); Max value from RGB is 251 - color contains mainly: blue. Hex color #400AFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400AFB is #BFF504. Grayscale: #343434. Windows color (decimal): -12580101 or 16452160. OLE color: 16452160.

HSL color Cylindrical-coordinate representation of color #400AFB: hue angle of 253.44º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400AFB is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 10 251 -
CMYK 0.75 0.96 0 0.02
HSL 253.44º 0.97% 0.51% -
HSV(B) 253.44º 0.96% 0.98% -
XYZ 19.64 8.27 91.83 -
YUV 53.62 239.39 135.4 -
System Red Green Blue C M Y K H S L
Decimal 64 10 251 0.75 0.96 0 0.02 253.44 0.97 0.51
Hex 40 A FB 4B 60 0 2 FD 61 33
Octal 100 12 373 113 140 0 2 375 141 63
Binary 1000000 1010 11111011 1001011 1100000 0 10 11111101 1100001 110011

Color Harmonies of #400AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400AFB

Black with #400AFB

Text Example


Text Example

White with #400AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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