Html Css Color HEX #400BF1 Han Purple

📋 copy color: '#400BF1'

red 64 ◦ green 11 ◦ blue 241

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

Shades of Han Purple #400BF1

Tints of Han Purple #400BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 76.27%

R = 20.25%
G = 3.48%
B = 76.27%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#400BF1 (or 0x400BF1) is known color: Han Purple. HEX triplet: 40, 0B and F1. RGB value is (64,11,241). Sum of RGB (Red+Green+Blue) = 64+11+241=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 241 (94.53% from 255 or 76.27% from 316); Max value from RGB is 241 - color contains mainly: blue. Hex color #400BF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400BF1 is #BFF40E. Grayscale: #343434. Windows color (decimal): -12579855 or 15797056. OLE color: 15797056.

HSL color Cylindrical-coordinate representation of color #400BF1: hue angle of 253.83º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400BF1 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 11 241 -
CMYK 0.73 0.95 0 0.05
HSL 253.83º 0.91% 0.49% -
HSV(B) 253.83º 0.95% 0.95% -
XYZ 18.11 7.68 83.75 -
YUV 53.07 234.06 135.8 -
System Red Green Blue C M Y K H S L
Decimal 64 11 241 0.73 0.95 0 0.05 253.83 0.91 0.49
Hex 40 B F1 49 5F 0 5 FE 5B 31
Octal 100 13 361 111 137 0 5 376 133 61
Binary 1000000 1011 11110001 1001001 1011111 0 101 11111110 1011011 110001

Color Harmonies of #400BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400BF1

Black with #400BF1

Text Example


Text Example

White with #400BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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