Html Css Color HEX #400BD6 Han Purple

📋 copy color: '#400BD6'

red 64 ◦ green 11 ◦ blue 214

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

Shades of Han Purple #400BD6

Tints of Han Purple #400BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 74.05%

R = 22.15%
G = 3.81%
B = 74.05%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#400BD6 (or 0x400BD6) is known color: Han Purple. HEX triplet: 40, 0B and D6. RGB value is (64,11,214). Sum of RGB (Red+Green+Blue) = 64+11+214=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 214 (83.98% from 255 or 74.05% from 289); Max value from RGB is 214 - color contains mainly: blue. Hex color #400BD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400BD6 is #BFF429. Grayscale: #313131. Windows color (decimal): -12579882 or 14027584. OLE color: 14027584.

HSL color Cylindrical-coordinate representation of color #400BD6: hue angle of 255.67º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400BD6 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 11 214 -
CMYK 0.70 0.95 0 0.16
HSL 255.67º 0.9% 0.44% -
HSV(B) 255.67º 0.95% 0.84% -
XYZ 14.37 6.18 64.05 -
YUV 49.99 220.56 137.99 -
System Red Green Blue C M Y K H S L
Decimal 64 11 214 0.70 0.95 0 0.16 255.67 0.9 0.44
Hex 40 B D6 46 5F 0 10 100 5A 2C
Octal 100 13 326 106 137 0 20 400 132 54
Binary 1000000 1011 11010110 1000110 1011111 0 10000 100000000 1011010 101100

Color Harmonies of #400BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400BD6

Black with #400BD6

Text Example


Text Example

White with #400BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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