Html Css Color HEX #400BF9 Han Purple

📋 copy color: '#400BF9'

red 64 ◦ green 11 ◦ blue 249

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

Shades of Han Purple #400BF9

Tints of Han Purple #400BF9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.4%

 BLUE value IS 249 (97.66% from 255) = 76.85%

R = 19.75%
G = 3.4%
B = 76.85%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#400BF9 (or 0x400BF9) is known color: Han Purple. HEX triplet: 40, 0B and F9. RGB value is (64,11,249). Sum of RGB (Red+Green+Blue) = 64+11+249=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 249 (97.66% from 255 or 76.85% from 324); Max value from RGB is 249 - color contains mainly: blue. Hex color #400BF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400BF9 is #BFF406. Grayscale: #353535. Windows color (decimal): -12579847 or 16321344. OLE color: 16321344.

HSL color Cylindrical-coordinate representation of color #400BF9: hue angle of 253.36º degrees, saturation: 0.95, 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 #400BF9 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 11 249 -
CMYK 0.74 0.96 0 0.02
HSL 253.36º 0.95% 0.51% -
HSV(B) 253.36º 0.96% 0.98% -
XYZ 19.33 8.17 90.18 -
YUV 53.98 238.06 135.15 -
System Red Green Blue C M Y K H S L
Decimal 64 11 249 0.74 0.96 0 0.02 253.36 0.95 0.51
Hex 40 B F9 4A 60 0 2 FD 5F 33
Octal 100 13 371 112 140 0 2 375 137 63
Binary 1000000 1011 11111001 1001010 1100000 0 10 11111101 1011111 110011

Color Harmonies of #400BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400BF9

Black with #400BF9

Text Example


Text Example

White with #400BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,11,249); }

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

background-color css

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

 a { background-color: rgb(64,11,249); }

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

border-color css

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

 span { border-color: rgb(64,11,249); }

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