Html Css Color HEX #400BFB Han Purple

📋 copy color: '#400BFB'

red 64 ◦ green 11 ◦ blue 251

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

Shades of Han Purple #400BFB

Tints of Han Purple #400BFB

RGB

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

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

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

R = 19.63%
G = 3.37%
B = 76.99%

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

#400BFB (or 0x400BFB) is known color: Han Purple. HEX triplet: 40, 0B and FB. RGB value is (64,11,251). Sum of RGB (Red+Green+Blue) = 64+11+251=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 251 (98.44% from 255 or 76.99% from 326); Max value from RGB is 251 - color contains mainly: blue. Hex color #400BFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400BFB is #BFF404. Grayscale: #353535. Windows color (decimal): -12579845 or 16452416. OLE color: 16452416.

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

Color convert

RGB 64 11 251 -
CMYK 0.75 0.96 0 0.02
HSL 253.25º 0.97% 0.51% -
HSV(B) 253.25º 0.96% 0.98% -
XYZ 19.65 8.29 91.83 -
YUV 54.21 239.06 134.99 -
System Red Green Blue C M Y K H S L
Decimal 64 11 251 0.75 0.96 0 0.02 253.25 0.97 0.51
Hex 40 B FB 4B 60 0 2 FD 61 33
Octal 100 13 373 113 140 0 2 375 141 63
Binary 1000000 1011 11111011 1001011 1100000 0 10 11111101 1100001 110011

Color Harmonies of #400BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400BFB

Black with #400BFB

Text Example


Text Example

White with #400BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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