Html Css Color HEX #401BD6 Han Purple

📋 copy color: '#401BD6'

red 64 ◦ green 27 ◦ blue 214

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

Shades of Han Purple #401BD6

Tints of Han Purple #401BD6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.85%

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

R = 20.98%
G = 8.85%
B = 70.16%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#401BD6 (or 0x401BD6) is known color: Han Purple. HEX triplet: 40, 1B and D6. RGB value is (64,27,214). Sum of RGB (Red+Green+Blue) = 64+27+214=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 214 (83.98% from 255 or 70.16% from 305); Max value from RGB is 214 - color contains mainly: blue. Hex color #401BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401BD6 is #BFE429. Grayscale: #3A3A3A. Windows color (decimal): -12575786 or 14031680. OLE color: 14031680.

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

Color convert

RGB 64 27 214 -
CMYK 0.70 0.87 0 0.16
HSL 251.87º 0.78% 0.47% -
HSV(B) 251.87º 0.87% 0.84% -
XYZ 14.64 6.73 64.15 -
YUV 59.38 215.26 131.29 -
System Red Green Blue C M Y K H S L
Decimal 64 27 214 0.70 0.87 0 0.16 251.87 0.78 0.47
Hex 40 1B D6 46 57 0 10 FC 4E 2F
Octal 100 33 326 106 127 0 20 374 116 57
Binary 1000000 11011 11010110 1000110 1010111 0 10000 11111100 1001110 101111

Color Harmonies of #401BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401BD6

Black with #401BD6

Text Example


Text Example

White with #401BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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