Html Css Color HEX #401CDB Han Purple

📋 copy color: '#401CDB'

red 64 ◦ green 28 ◦ blue 219

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

Shades of Han Purple #401CDB

Tints of Han Purple #401CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9%

 BLUE value IS 219 (85.94% from 255) = 70.42%

R = 20.58%
G = 9%
B = 70.42%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#401CDB (or 0x401CDB) is known color: Han Purple. HEX triplet: 40, 1C and DB. RGB value is (64,28,219). Sum of RGB (Red+Green+Blue) = 64+28+219=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #401CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CDB is #BFE324. Grayscale: #3B3B3B. Windows color (decimal): -12575525 or 14359616. OLE color: 14359616.

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

Color convert

RGB 64 28 219 -
CMYK 0.71 0.87 0 0.14
HSL 251.31º 0.77% 0.48% -
HSV(B) 251.31º 0.87% 0.86% -
XYZ 15.32 7.03 67.57 -
YUV 60.54 217.43 130.47 -
System Red Green Blue C M Y K H S L
Decimal 64 28 219 0.71 0.87 0 0.14 251.31 0.77 0.48
Hex 40 1C DB 47 57 0 E FB 4D 30
Octal 100 34 333 107 127 0 16 373 115 60
Binary 1000000 11100 11011011 1000111 1010111 0 1110 11111011 1001101 110000

Color Harmonies of #401CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401CDB

Black with #401CDB

Text Example


Text Example

White with #401CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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