Html Css Color HEX #401CDD Han Purple

📋 copy color: '#401CDD'

red 64 ◦ green 28 ◦ blue 221

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

Shades of Han Purple #401CDD

Tints of Han Purple #401CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 70.61%

R = 20.45%
G = 8.95%
B = 70.61%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#401CDD (or 0x401CDD) is known color: Han Purple. HEX triplet: 40, 1C and DD. RGB value is (64,28,221). Sum of RGB (Red+Green+Blue) = 64+28+221=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #401CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CDD is #BFE322. Grayscale: #3C3C3C. Windows color (decimal): -12575523 or 14490688. OLE color: 14490688.

HSL color Cylindrical-coordinate representation of color #401CDD: hue angle of 251.19º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401CDD is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 28 221 -
CMYK 0.71 0.87 0 0.13
HSL 251.19º 0.78% 0.49% -
HSV(B) 251.19º 0.87% 0.87% -
XYZ 15.58 7.14 68.96 -
YUV 60.77 218.43 130.31 -
System Red Green Blue C M Y K H S L
Decimal 64 28 221 0.71 0.87 0 0.13 251.19 0.78 0.49
Hex 40 1C DD 47 57 0 D FB 4E 31
Octal 100 34 335 107 127 0 15 373 116 61
Binary 1000000 11100 11011101 1000111 1010111 0 1101 11111011 1001110 110001

Color Harmonies of #401CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401CDD

Black with #401CDD

Text Example


Text Example

White with #401CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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