Html Css Color HEX #401BD7 Han Purple

📋 copy color: '#401BD7'

red 64 ◦ green 27 ◦ blue 215

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

Shades of Han Purple #401BD7

Tints of Han Purple #401BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 70.26%

R = 20.92%
G = 8.82%
B = 70.26%

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

#401BD7 (or 0x401BD7) is known color: Han Purple. HEX triplet: 40, 1B and D7. RGB value is (64,27,215). Sum of RGB (Red+Green+Blue) = 64+27+215=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 215 (84.38% from 255 or 70.26% from 306); Max value from RGB is 215 - color contains mainly: blue. Hex color #401BD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401BD7 is #BFE428. Grayscale: #3A3A3A. Windows color (decimal): -12575785 or 14097216. OLE color: 14097216.

HSL color Cylindrical-coordinate representation of color #401BD7: hue angle of 251.81º 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 #401BD7 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 27 215 -
CMYK 0.70 0.87 0 0.16
HSL 251.81º 0.78% 0.47% -
HSV(B) 251.81º 0.87% 0.84% -
XYZ 14.77 6.78 64.82 -
YUV 59.5 215.76 131.21 -
System Red Green Blue C M Y K H S L
Decimal 64 27 215 0.70 0.87 0 0.16 251.81 0.78 0.47
Hex 40 1B D7 46 57 0 10 FC 4E 2F
Octal 100 33 327 106 127 0 20 374 116 57
Binary 1000000 11011 11010111 1000110 1010111 0 10000 11111100 1001110 101111

Color Harmonies of #401BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401BD7

Black with #401BD7

Text Example


Text Example

White with #401BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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