#400DCC

Color #400DCC Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #400DCC

Tints of Han Purple #400DCC

Color information

#400DCC (or 0x400DCC) is unknown color: approx Han Purple. HEX triplet: 40, 0D and CC. RGB value is (64,13,204). Sum of RGB (Red+Green+Blue) = 64+13+204=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #400DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400DCC is #BFF233. Grayscale: #313131. Windows color (decimal): -12579380 or 13372736. OLE color: 13372736.

HSL color Cylindrical-coordinate representation of color #400DCC: hue angle of 256.02º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400DCC is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6413204-
CMYK0.690.9400.2
HSL256.02º88.02%42.55%-
HSV(B)256.02º93.63%80%-
XYZ13.165.7457.54-
YUV50.02214.9137.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 13 (5.47% from 255) = 4.63%
BLUE value IS 204 (80.08% from 255) = 72.60%
R=22.78%
G=4.63%
B=72.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal64132040.690.9400.2256.0288.0242.55
Hex40DCC455E014100582b
Octal1001531410513602440013053
Binary1000000110111001100100010110111100101001000000001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400DCC; }

 p { color: rgb(64,13,204); }

 H1.HeaderClassName
 {
   color: #400DCC;
 }
 .AnyTagClassName
 {
   color: #400DCC;
 }
</style>
background-color css

<style>
 a { background-color: #400DCC; }

 a { background-color: rgb(64,13,204); }

 div.DivClassName
 {
   background-color: #400DCC;
 }
 .BgClassName
 {
   background-color: #400DCC;
 }
</style>
border-color css

<style>
 span { border-color: #400DCC; }

 span { border-color: rgb(64,13,204); }

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