Html Css Color HEX #401BDC Han Purple

📋 copy color: '#401BDC'

red 64 ◦ green 27 ◦ blue 220

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

Shades of Han Purple #401BDC

Tints of Han Purple #401BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.74%

R = 20.58%
G = 8.68%
B = 70.74%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#401BDC (or 0x401BDC) is known color: Han Purple. HEX triplet: 40, 1B and DC. RGB value is (64,27,220). Sum of RGB (Red+Green+Blue) = 64+27+220=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #401BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401BDC is #BFE423. Grayscale: #3B3B3B. Windows color (decimal): -12575780 or 14424896. OLE color: 14424896.

HSL color Cylindrical-coordinate representation of color #401BDC: hue angle of 251.5º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401BDC is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 27 220 -
CMYK 0.71 0.88 0 0.14
HSL 251.5º 0.78% 0.48% -
HSV(B) 251.5º 0.88% 0.86% -
XYZ 15.42 7.04 68.26 -
YUV 60.07 218.26 130.81 -
System Red Green Blue C M Y K H S L
Decimal 64 27 220 0.71 0.88 0 0.14 251.5 0.78 0.48
Hex 40 1B DC 47 58 0 E FC 4E 30
Octal 100 33 334 107 130 0 16 374 116 60
Binary 1000000 11011 11011100 1000111 1011000 0 1110 11111100 1001110 110000

Color Harmonies of #401BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401BDC

Black with #401BDC

Text Example


Text Example

White with #401BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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