#400BDB

Color #400BDB Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #400BDB

Tints of Han Purple #400BDB

Color information

#400BDB (or 0x400BDB) is unknown color: approx Han Purple. HEX triplet: 40, 0B and DB. RGB value is (64,11,219). Sum of RGB (Red+Green+Blue) = 64+11+219=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #400BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400BDB is #BFF424. Grayscale: #313131. Windows color (decimal): -12579877 or 14355264. OLE color: 14355264.

HSL color Cylindrical-coordinate representation of color #400BDB: hue angle of 255.29º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400BDB is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6411219-
CMYK0.710.9500.14
HSL255.29º90.43%45.1%-
HSV(B)255.29º94.98%85.88%-
XYZ15.026.4467.47-
YUV50.56223.06137.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.77%
GREEN value IS 11 (4.69% from 255) = 3.74%
BLUE value IS 219 (85.94% from 255) = 74.49%
R=21.77%
G=3.74%
B=74.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal64112190.710.9500.14255.2990.4345.1
Hex40BDB475F0Eff5a2d
Octal1001333310713701637713255
Binary10000001011110110111000111101111101110111111111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #400BDB;
 }
 .AnyTagClassName
 {
   color: #400BDB;
 }
</style>
background-color css

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

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

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

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

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

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